Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-27144 (GCVE-0-2025-27144)
Vulnerability from cvelistv5 – Published: 2025-02-24 22:22 – Updated: 2025-02-25 14:27- CWE-770 - Allocation of Resources Without Limits or Throttling
| URL | Tags |
|---|---|
| https://github.com/go-jose/go-jose/security/advis… | x_refsource_CONFIRM |
| https://github.com/go-jose/go-jose/commit/99b346c… | x_refsource_MISC |
| https://github.com/go-jose/go-jose/releases/tag/v4.0.5 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-27144",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-25T14:26:42.682392Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-25T14:27:04.978Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "go-jose",
"vendor": "go-jose",
"versions": [
{
"status": "affected",
"version": "\u003e= 4.0.0, \u003c 4.0.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-24T22:22:22.863Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
},
{
"name": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"name": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
}
],
"source": {
"advisory": "GHSA-c6gw-w398-hv78",
"discovery": "UNKNOWN"
},
"title": "Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-27144",
"datePublished": "2025-02-24T22:22:22.863Z",
"dateReserved": "2025-02-19T16:30:47.777Z",
"dateUpdated": "2025-02-25T14:27:04.978Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-27144",
"date": "2026-08-18",
"epss": "0.00385",
"percentile": "0.31621"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-27144\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-02-24T23:15:11.427\",\"lastModified\":\"2026-06-17T09:03:05.677\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \\\".\\\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.\"},{\"lang\":\"es\",\"value\":\"Go JOSE proporciona una implementaci\u00f3n del conjunto de est\u00e1ndares de firma y cifrado de objetos Javascript en Go, que incluye compatibilidad con los est\u00e1ndares de cifrado web JSON (JWE), firma web JSON (JWS) y token web JSON (JWT). En las versiones de la rama 4.x anteriores a la versi\u00f3n 4.0.5, al analizar la entrada compacta JWS o JWE, Go JOSE pod\u00eda utilizar memoria excesiva. El c\u00f3digo utilizaba strings.Split(token, \\\".\\\") para dividir tokens JWT, lo que es vulnerable al consumo excesivo de memoria al procesar tokens creados de forma malintencionada con una gran cantidad de caracteres \\\".\\\". Un atacante podr\u00eda aprovechar esto enviando numerosos tokens malformados, lo que provocar\u00eda el agotamiento de la memoria y una denegaci\u00f3n de servicio. La versi\u00f3n 4.0.5 corrige este problema. Como workaround, las aplicaciones podr\u00edan validar previamente que los payloads pasados a Go JOSE no contengan una cantidad excesiva de caracteres \\\".\\\".\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"go-jose\",\"product\":\"go-jose\",\"versions\":[{\"version\":\"\u003e= 4.0.0, \u003c 4.0.5\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.6,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"UNREPORTED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-02-25T14:26:42.682392Z\",\"id\":\"CVE-2025-27144\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"references\":[{\"url\":\"https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/go-jose/go-jose/releases/tag/v4.0.5\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78\",\"source\":\"security-advisories@github.com\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-18T09:49:18+00:00",
"cve": "CVE-2025-27144",
"id": "CVE-2025-27144",
"initial_release_date": "2025-02-24T22:22:22.863000+00:00",
"product_status:fixed": "1030",
"product_status:known_affected": "24",
"product_status:known_not_affected": "5241",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-27144.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-08-08T23:31:14Z",
"cve": "CVE-2025-27144",
"id": "CVE-2025-27144",
"initial_release_date": "2025-02-26T02:20:42Z",
"product_status:known_affected": "650",
"product_status:known_not_affected": "384",
"product_status:recommended": "360",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2025-27144",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-27144.json",
"version": "93"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-27144\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-25T14:26:42.682392Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-25T14:27:00.794Z\"}}], \"cna\": {\"title\": \"Go JOSE\u0027s Parsing Vulnerable to Denial of Service\", \"source\": {\"advisory\": \"GHSA-c6gw-w398-hv78\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"go-jose\", \"product\": \"go-jose\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 4.0.0, \u003c 4.0.5\"}]}], \"references\": [{\"url\": \"https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78\", \"name\": \"https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22\", \"name\": \"https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/go-jose/go-jose/releases/tag/v4.0.5\", \"name\": \"https://github.com/go-jose/go-jose/releases/tag/v4.0.5\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \\\".\\\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-02-24T22:22:22.863Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-27144\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-25T14:27:04.978Z\", \"dateReserved\": \"2025-02-19T16:30:47.777Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-02-24T22:22:22.863Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:4712
Vulnerability from csaf_redhat - Published: 2025-05-14 02:10 - Updated: 2026-08-18 09:49A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.18.13 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.18.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.18.13. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:4714\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service\n(CVE-2025-27144)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"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:4712",
"url": "https://access.redhat.com/errata/RHSA-2025:4712"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "OCPBUGS-48403",
"url": "https://issues.redhat.com/browse/OCPBUGS-48403"
},
{
"category": "external",
"summary": "OCPBUGS-50582",
"url": "https://issues.redhat.com/browse/OCPBUGS-50582"
},
{
"category": "external",
"summary": "OCPBUGS-53427",
"url": "https://issues.redhat.com/browse/OCPBUGS-53427"
},
{
"category": "external",
"summary": "OCPBUGS-54616",
"url": "https://issues.redhat.com/browse/OCPBUGS-54616"
},
{
"category": "external",
"summary": "OCPBUGS-54626",
"url": "https://issues.redhat.com/browse/OCPBUGS-54626"
},
{
"category": "external",
"summary": "OCPBUGS-54765",
"url": "https://issues.redhat.com/browse/OCPBUGS-54765"
},
{
"category": "external",
"summary": "OCPBUGS-54865",
"url": "https://issues.redhat.com/browse/OCPBUGS-54865"
},
{
"category": "external",
"summary": "OCPBUGS-55005",
"url": "https://issues.redhat.com/browse/OCPBUGS-55005"
},
{
"category": "external",
"summary": "OCPBUGS-55121",
"url": "https://issues.redhat.com/browse/OCPBUGS-55121"
},
{
"category": "external",
"summary": "OCPBUGS-55177",
"url": "https://issues.redhat.com/browse/OCPBUGS-55177"
},
{
"category": "external",
"summary": "OCPBUGS-55230",
"url": "https://issues.redhat.com/browse/OCPBUGS-55230"
},
{
"category": "external",
"summary": "OCPBUGS-55354",
"url": "https://issues.redhat.com/browse/OCPBUGS-55354"
},
{
"category": "external",
"summary": "OCPBUGS-55373",
"url": "https://issues.redhat.com/browse/OCPBUGS-55373"
},
{
"category": "external",
"summary": "OCPBUGS-55428",
"url": "https://issues.redhat.com/browse/OCPBUGS-55428"
},
{
"category": "external",
"summary": "OCPBUGS-55435",
"url": "https://issues.redhat.com/browse/OCPBUGS-55435"
},
{
"category": "external",
"summary": "OCPBUGS-55449",
"url": "https://issues.redhat.com/browse/OCPBUGS-55449"
},
{
"category": "external",
"summary": "OCPBUGS-55473",
"url": "https://issues.redhat.com/browse/OCPBUGS-55473"
},
{
"category": "external",
"summary": "OCPBUGS-55647",
"url": "https://issues.redhat.com/browse/OCPBUGS-55647"
},
{
"category": "external",
"summary": "OCPBUGS-55724",
"url": "https://issues.redhat.com/browse/OCPBUGS-55724"
},
{
"category": "external",
"summary": "OCPBUGS-55781",
"url": "https://issues.redhat.com/browse/OCPBUGS-55781"
},
{
"category": "external",
"summary": "OCPBUGS-55782",
"url": "https://issues.redhat.com/browse/OCPBUGS-55782"
},
{
"category": "external",
"summary": "OCPBUGS-55783",
"url": "https://issues.redhat.com/browse/OCPBUGS-55783"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4712.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.13 bug fix and security update",
"tracking": {
"current_release_date": "2026-08-18T09:49:32+00:00",
"generator": {
"date": "2026-08-18T09:49:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:4712",
"initial_release_date": "2025-05-14T02:10:27+00:00",
"revision_history": [
{
"date": "2025-05-14T02:10:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-14T02:10:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T09:49:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.18.0-202505061007.p0.gc004ea7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.18.0-202505060434.p0.g94c0e70.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.18.0-202505051704.p0.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x",
"product": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x",
"product_id": "openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.18.0-202505060638.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.18.0-202505061007.p0.geb6123b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.18.0-202505061007.p0.ge98a404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x",
"product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.18.0-202505071137.p0.g6b0882e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x",
"product": {
"name": "openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x",
"product_id": "openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.18.0-202505071506.p0.g2fb83d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x",
"product": {
"name": "openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x",
"product_id": "openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.18.0-202505060638.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x",
"product_id": "openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.18.0-202505061007.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.18.0-202505062100.p0.g1cf9057.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.18.0-202505062100.p0.g9346359.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.18.0-202505062100.p0.g9257597.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.18.0-202505062100.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x",
"product": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x",
"product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.18.0-202505071403.p0.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x",
"product_id": "openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.18.0-202505060134.p0.g72173bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.18.0-202505051605.p0.gab02c94.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x",
"product_id": "openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.18.0-202505061704.p0.g57836ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.18.0-202505060638.p0.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x",
"product": {
"name": "openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x",
"product_id": "openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.18.0-202505062100.p0.gc864494.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.18.0-202505062100.p0.gf76635f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.18.0-202505062100.p0.g09261dc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x",
"product": {
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x",
"product_id": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=418.94.202505062142-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.18.0-202505061007.p0.gc004ea7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.18.0-202505060434.p0.g94c0e70.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.18.0-202505051704.p0.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le",
"product_id": "openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.18.0-202505060638.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.18.0-202505061007.p0.geb6123b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.18.0-202505061007.p0.ge98a404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le",
"product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.18.0-202505071137.p0.g6b0882e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le",
"product": {
"name": "openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le",
"product_id": "openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.18.0-202505071506.p0.g2fb83d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le",
"product": {
"name": "openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le",
"product_id": "openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.18.0-202505060638.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le",
"product_id": "openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.18.0-202505061007.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.18.0-202505062100.p0.g1cf9057.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.18.0-202505062100.p0.g9346359.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.18.0-202505062100.p0.g9257597.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.18.0-202505062100.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le",
"product": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le",
"product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.18.0-202505071403.p0.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le",
"product_id": "openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.18.0-202505060134.p0.g72173bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.18.0-202505051605.p0.gab02c94.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le",
"product_id": "openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.18.0-202505061704.p0.g57836ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.18.0-202505060638.p0.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le",
"product": {
"name": "openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le",
"product_id": "openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.18.0-202505062100.p0.gc864494.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.18.0-202505062100.p0.gf76635f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.18.0-202505062100.p0.g09261dc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le",
"product": {
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le",
"product_id": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=418.94.202505062142-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.18.0-202505061007.p0.gc004ea7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.18.0-202505060434.p0.g94c0e70.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.18.0-202505051704.p0.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.18.0-202505051704.p0.g04c22ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64",
"product": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64",
"product_id": "openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.18.0-202505060638.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.18.0-202505061007.p0.geb6123b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.18.0-202505061007.p0.ge98a404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64",
"product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.18.0-202505071137.p0.g6b0882e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64",
"product": {
"name": "openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64",
"product_id": "openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.18.0-202505071506.p0.g2fb83d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64",
"product": {
"name": "openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64",
"product_id": "openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.18.0-202505060638.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64",
"product_id": "openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.18.0-202505061007.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.18.0-202505062100.p0.g1cf9057.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.18.0-202505062100.p0.g9346359.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.18.0-202505062100.p0.g9257597.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.18.0-202505062100.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64",
"product": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64",
"product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.18.0-202505071403.p0.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.18.0-202505060134.p0.g72173bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.18.0-202505051605.p0.gab02c94.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64",
"product_id": "openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.18.0-202505060434.p0.gc4935a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.18.0-202505061704.p0.g57836ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.18.0-202505060638.p0.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64",
"product": {
"name": "openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64",
"product_id": "openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.18.0-202505062100.p0.gc864494.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.18.0-202505062100.p0.gf76635f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.18.0-202505062100.p0.g09261dc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.18.0-202505061007.p0.gc004ea7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.18.0-202505060434.p0.g94c0e70.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.18.0-202505051704.p0.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.18.0-202505051704.p0.g04c22ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64",
"product": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64",
"product_id": "openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.18.0-202505060638.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.18.0-202505061007.p0.geb6123b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.18.0-202505061007.p0.ge98a404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.18.0-202505071137.p0.g6b0882e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64",
"product": {
"name": "openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64",
"product_id": "openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.18.0-202505071506.p0.g2fb83d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64",
"product": {
"name": "openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64",
"product_id": "openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.18.0-202505060638.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64",
"product_id": "openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.18.0-202505061007.p0.gaf98ede.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.18.0-202505062100.p0.g1cf9057.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.18.0-202505062100.p0.g9346359.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.18.0-202505062100.p0.g9257597.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.18.0-202505062100.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64",
"product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.18.0-202505071403.p0.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.18.0-202505060134.p0.g72173bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.18.0-202505051605.p0.gab02c94.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64",
"product_id": "openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.18.0-202505060638.p0.g9357b66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.18.0-202505060434.p0.gc4935a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.18.0-202505061704.p0.g57836ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.18.0-202505060638.p0.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64",
"product": {
"name": "openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64",
"product_id": "openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.18.0-202505062100.p0.gc864494.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.18.0-202505062100.p0.gf76635f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=v4.18.0-202505060434.p0.ga7b14bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.18.0-202505012034.p0.g3ea075d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.18.0-202505062100.p0.g09261dc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.18.0-202505062100.p0.g35f7af7.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64",
"product": {
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64",
"product_id": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=418.94.202505062142-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64",
"product": {
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64",
"product_id": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=418.94.202505062142-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le"
},
"product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64"
},
"product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x"
},
"product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64"
},
"product_reference": "openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le"
},
"product_reference": "openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x"
},
"product_reference": "openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64"
},
"product_reference": "openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64"
},
"product_reference": "openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x"
},
"product_reference": "openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64"
},
"product_reference": "openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le"
},
"product_reference": "openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x"
},
"product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64"
},
"product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64"
},
"product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le"
},
"product_reference": "openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64"
},
"product_reference": "openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64"
},
"product_reference": "openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x"
},
"product_reference": "openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64"
},
"product_reference": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le"
},
"product_reference": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x"
},
"product_reference": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64"
},
"product_reference": "rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64",
"9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64",
"9Base-RHOSE-4.18:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64",
"9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64",
"9Base-RHOSE-4.18:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-14T02:10:27+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a93c65b0f9de1d2e29641fbeebc07178733db1cacc7bde178033d7b9183540bc\n\n (For s390x architecture)\n The image digest is sha256:5c30783384a38dfad2a76e238c00a179a96672f55b1b17019a791215e4d56ae4\n\n (For ppc64le architecture)\n The image digest is sha256:b3795cee96197d59fdde5cd5b974db7f9d5f17518233acc0f0aacc5db519b84f\n\n (For aarch64 architecture)\n The image digest is sha256:2241c79bb208d178f7f66ee37dd2faa011b7154713d2a64aafdadfb391d56cf5\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4712"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64",
"9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64",
"9Base-RHOSE-4.18:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:1a58efbaa9bad2a2c5b6d3b68f4138207e6e3a0e108f83e43eaba669b8378e66_amd64",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:200d5cee196d2641906a0d1f178a0ceda51c8541d7b1135566d3bed978601a85_arm64",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:31e1eebae0662c3f416db7b083440f246252cb4af454036d30d2ac92723ee86a_ppc64le",
"9Base-RHOSE-4.18:openshift4/driver-toolkit-rhel9@sha256:a8b78fe1f52db401715e2c3ad02465a29b5e41862ed5c68e8e3b695240ccd99e_s390x",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:45b69967b3b25335f0f1557a454de43ad1e4677568cdd15b11a3c0dbb8ce68e5_s390x",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b0735bab675c8e10d1bedceaa5c252ecb370dda89fa7e0909b1037a8d2b370c1_ppc64le",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:b74e716e89082e847276caf5e92c2d46f94ee54d0482f56dc32ee1c28268661d_arm64",
"9Base-RHOSE-4.18:openshift4/network-tools-rhel9@sha256:be1e6bc6a0c264904952cb5fc3faba09ed122bb86df71ed8bf83ae5938f7f931_amd64",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:a1ddb11d296eda789147d8bd9a7608ed7d595e5d53ee88be91abc6b238fbf674_ppc64le",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:bdab6599a7483dc6dc9f0538ed97b401619a2328d0f48be4bd4033b410c073f1_s390x",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:c7a4e8753960520ff39a985fb75d0d65c0ac3fdba30ad69707cc56120fa9d437_amd64",
"9Base-RHOSE-4.18:openshift4/oc-mirror-plugin-rhel9@sha256:fcb8469b638f03b337ae5e8a0d405fc2927a2a8b71bfec7c3b25010ec4b1aa0d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:80bf46bfc8b57eb682097fa44db0c0b7e9cd872ee4ad3dac1c436ca5800c4d92_arm64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:9c2f89843a365b3768dbed41a2dc47e787d8a6ceae39a9d82080af98cfc80369_amd64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:b5528e47ddb2ab49a74845021fec9434a784e7cc113974d99c2cc1f006487324_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-api-server-rhel9@sha256:f1518874b05ed0a1e4280c3913b9b67b188cf260d816da5c80fe7d854573bd9a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0a823348dd692a6aa7bfae88f222c35aebc7256edf84a8677b355ee6f2bc17cb_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ea2a04022cd8eae1d8a63b9cc4d4d6170cf0fe25291bb7538b2fc211c4716e2_amd64",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c73a9d4798fbfb390722d9f6639616578d2d7d13fc56e91c0a1ddafbf67d6168_s390x",
"9Base-RHOSE-4.18:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d368308c18e7a618ff3ad69e35b26e9bef248ae30e2f039f965f733f7cdca6ce_arm64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:03d0c1d41d52ff7fe1d6589b00354f78a9d1f30fc7eeefb6b36de37ed3c19b5d_s390x",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:51833d6988e3b08a1d99c650589200d8df87bd70d5e1499aee2ca737cdb63ffe_arm64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:624bcce07da4f1fc95feac6707dd72c4a74c16b2df8f943e5e16fe85a1950150_amd64",
"9Base-RHOSE-4.18:openshift4/ose-baremetal-installer-rhel9@sha256:e369a4dec40a30f05ec369dc0920f93cb59a1102f1033616019b972b5ae0db51_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:299700a5781bfa3a2e863c9fbb6c303e8c1981a80c9aebfd7726df0ae5b63b07_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:7ccd7a05afa2f2a5b981130073044aa6cb5b2911dc2b3045787bcdbc95a8d55c_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf1e99cfe971ebf32f6e435ecdd932f842af40dfa5c4e5e2f9abe2e9195a1d13_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cli-artifacts-rhel9@sha256:cf34c53ac0589d6de063d4a8e14c86acea952d46f27fe0e4c579644d355c8d4a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:3da65f8e9e6b3f33e943b7c1c1f09ccd35342c31156a226b1cb84336e96b1952_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:e9bd808a6fa71c7ad139eaa6c9377d066e7a48dc580ec096733ca12a3cee6876_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:edbf127c2fa33fa75ddfff20b0286c432e27aef9da6d032f7c0964544245e19b_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cli-rhel9@sha256:f9d0dbe710ade16b456a16cba51407daea2c60980556a14e87d2bb8bfb5f976b_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50dafdac7967fe0aa430e7720e278633c7bd20c2ce5fbf97388de163a774a33e_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:828f9ce899aa44927c7d8531a77677f1711b652eb5adf39543daab3c3921eb94_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b15f10b1c5a77a290fa188c87d058bd29c563b4d42c1666cccd72068d753383d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d07e4da4777904eeb405cff32273a727028e72f60f8dc39600c6fdd2103f7f0d_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:4221115dbd73609a4bc12bf7452566d5e319f4d38bcd0d33cf1435af7be17f7a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:5fb3b4aa2ebd127ee613decfa591304bd10abf0624f985c190f63d8425884c25_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:e3b44a576462c23dad8b6af547b6bb354ab978da591fc2764ae0ceb9201941be_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-samples-rhel9-operator@sha256:fb67b3d367494f4be2754cf25580cb6dd0ade6cfc3b3983f0bcde13580dd4e0f_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:06309e33174ebd2413ac93482eb84c2470e8eaa1d7d4fb9ea69594922dd2d704_s390x",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:63a4c521614dd7dda301b71ec109a433c38f1f2badb5eff8191b0ce7f09da092_arm64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:6ee36bef4cbe85fb11c4ab67b8a6561d8f020be848dc38008d39a5d33e9d03fa_amd64",
"9Base-RHOSE-4.18:openshift4/ose-cluster-version-rhel9-operator@sha256:d2ffe05cac08b18e142bd66ea08f35900a4d47d893c2d1f636a18a36182074b0_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:4a68d1184f3c45d2355937866b4ce57e363f97856b3ee3713b7deb89f15a3775_s390x",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:dba7a41db38621df790cd886042709804766ac6400ea67839e9bcf3f0ba7047a_amd64",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:e5af202f747c21d76adcd68ed553b1b244c2868ac250423efd7a4afd821bf828_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-console-rhel9@sha256:f113f77272c342fd8344a749e84ef5537eada8be5e5f3f28503e837e1d82d93d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:43a605b035561825db9d38499a1989f274656bfcae6c93ce26ca2a974b68b232_arm64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:d4c5e310ae7df21e4a69f17f2241685076a1ddc6a9cac92c9839d6b01c2f8faa_s390x",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f592bc444d60b3834086bf6a1cb42b48ac881d848be97e85848ad66e7ba64170_amd64",
"9Base-RHOSE-4.18:openshift4/ose-deployer-rhel9@sha256:f5d9c7d8e861ec47fa848ddb51b998a1647f1d16d2f0e4c5639a9d688ad16198_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:a7265c18286f62d1b2ecc57f952f391e8e9adbedf65ed7c6c7a70559197832ea_s390x",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cd528d52ca7deec95b68ef13e81f7cc078ae1c68414deb24ffff693328334d35_arm64",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:cf5bd5943b7a301f9fa188f66a58bf6c508a562e3c361c0ccc44c759fa96e390_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-etcd-rhel9@sha256:fdad2b8b0a9a57a811dca24b842e7714349ee8d5f4fc145b84b5563213b49f43_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:31a3d772324a659a0f43b54385fe1b37709fdbbe0d74160a1e9465c68e0bb04a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:c2b27585b6f6c8b83726d92cbf538be43bacf0e78f0079a9428f522837f3127e_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cb37e05ee0da63c578758fa90ab583064e7b3f817196627edc65d4bfe243a4de_s390x",
"9Base-RHOSE-4.18:openshift4/ose-hyperkube-rhel9@sha256:cfdbf83f327fa65f6357d7e64807641bcaa3292349e980a0cb204f08b530aad2_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:25abb422aaea3b49e366df771dc5eee42007ec53e84f1f35809e33b72f6ca8b5_s390x",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:5b4b323f03ed61c0d6b2a944d0b0fed5c0cf2bdc72dfd10af300dc42fa40daa0_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:809b57d0d0a996e7d32462a17beaae476e72dc5f759d0e062fb3c0af7339bd50_amd64",
"9Base-RHOSE-4.18:openshift4/ose-hypershift-rhel9@sha256:fbbb813e607e40f04e6a36ea0613aedf3011b9931c32288845ef31d057d6ba7f_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:32081b9e08c7f5173d60584c324a937d8e008a7d0a2f43244207c123192670da_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:334308a8e636aa88a1e9c8eef816da061ad3d77f787cd6048a35cb32eb226dbe_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:3ce9376ec995522779a0029370b8abda103e8bb08991aaf0d126e898787b7ad6_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-altinfra-rhel9@sha256:79a06256ac49e7f232ff6ef5db2e71fe79d3cac785ddb01f8c256332c195c1c9_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:52da948d9049f3243c96f3d943535a3a7f07001455ec7d9275d9bfc4639ccb5b_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:794c8f3795272e810893f4254c786a58ff2a993d73688dc43472efe9dda122ca_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:82819898d96de3c8e1a8081ecf8ee600cfe1bfbabf2d850e61d500a80b2aad02_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-artifacts-rhel9@sha256:e0c3bb453b11cbfee0fbb86659076a9679cf9b57025372a6fa2828f7f53e846a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:370d5aa7a510152388a078f1da04cfb325d536984b41c80a3f0bb0f5f060cf99_arm64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:5f855f6c04894a456f8bc82dea3c2e817e966c4987b6b7759d35b1e4ed2956fd_s390x",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:6dafbfacdcb424431f49653292d158370a2f4f7bbcf158b08df68f772f0ef1bd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-installer-rhel9@sha256:8f46adbd5be4d4cab1dc85b55235be6e2ddb562c8a5c0cef66c31bc62bc5aa01_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:03fdc430ea38f3199b49cbddd58b5cc6df9504eea762690df188e5f312245dd7_arm64",
"9Base-RHOSE-4.18:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:69cac0a41544c50fdb70806dd87358d3f86962a56d7299a052797ce464c07900_amd64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:1b9f6d78bded48b102ebdb08efb4f2e0850a8ca0c257537ca64114ef372ed902_s390x",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:ce8faedcec4b0a8718b5c952c6f1d9bb50658e0bcbca1b9c56a014d78dc7af98_arm64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:d0dd4e05d10d45026b90aa1fe0e39731ce011fde0c7e9e3889a9b91ba79fd368_amd64",
"9Base-RHOSE-4.18:openshift4/ose-kube-proxy-rhel9@sha256:e8f3d75dba2d9cfe5b664df7ea309cc0388c1a6638499e50867ab873f707620a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:5e649f6f5be531b1759adc160fa266ae136f1d2ef773f250397641f4249ba3cd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-api-provider-azure-rhel9@sha256:956bd6edf1a35043b3d5673fc1b4309e41bab410a05a3a54e10682a6724ce46d_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:5643941ed89f83b5b3d519b05674725f47905810f922402045c928051ef3e082_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:b8b9f97a76e0cb0b1edbc2b5f7709a015217a8646936e688f296fc952ff75ae5_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:badcb4dd7b0037c158e13c509f52f7858e10533592445ed9c703b24caef38f36_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-machine-config-rhel9-operator@sha256:e18a499547c58e823269a08734ac809d7fd17647cfcb2a2536ade7ac61201aad_s390x",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:6c6b950786adb06603de57163ace4329a7720a03d080f88d77ea52eccff2b75e_s390x",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:7e1ead7c63433717dac25a3a074f922a7457ea466581221b41ef54c09f08a318_amd64",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:bc9846bb35959fb86a8ac342d2ffc6ff546829b2f25590baae9e6c4ccb909527_arm64",
"9Base-RHOSE-4.18:openshift4/ose-machine-os-images-rhel9@sha256:ff691950ba2b03ae3e0e599695c4f0e15758cf610d6ef2615f796479d21e6230_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:90d7506a3d43950cb50eeeba14d23afdbfd44fd3cb1aaab61ad7831608dfa989_arm64",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:bc0efede25eae315e68b633ef6de208b57e407d3d56b0452c29533504f0ea176_s390x",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:cdc5c48905d8f0a1b9857d72fe9685014045d46945a841b82e2bd6a1ae68959d_amd64",
"9Base-RHOSE-4.18:openshift4/ose-monitoring-plugin-rhel9@sha256:d540d13117a000cd46c4c22236a86835ea64feecf1c976b6a857a1e5b2a6a73b_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:0167e1aca1718a4d8f5e8af885b01abef8110e2cbff982089137d7421cbed528_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:3646d044a691f9d70344a94ad0cf4b4b792ed60bc880cbaea71b813fd36cf345_arm64",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:c7f5cfc815879790ab4d8463204c70bf7bcb39b9bf4b32102d1009ebcf4a6e4a_amd64",
"9Base-RHOSE-4.18:openshift4/ose-must-gather-rhel9@sha256:d0779ea7e5e05596377209d4165c3493281dc0feae1352311d027e62947e265e_s390x",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b3322a272dd800bee9b0f6a3f5848b60e0c09cb4262dd83237e785ee3950d61_amd64",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:3b9febaa300d32314d6f2591a08c8b9eebb57663e14b3e47c5de565eeecd529a_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:baf0f3b660ad28dd54a648302e614bea066e03d5124f0f7e182e7917641a12c3_s390x",
"9Base-RHOSE-4.18:openshift4/ose-networking-console-plugin-rhel9@sha256:e5db878e7fea9de6513ec3a59d7ca9b0717146883dc59688fa8133fea6d9b1b8_arm64",
"9Base-RHOSE-4.18:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e9f5a69c52ff14b15af0b72a5e87d9d358a1bbadc13f3d9c3f5297af202338b9_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:3eba312094bced9e07ddccae610343fbe1fa17786fe85eeb466fa01bf45d4d76_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:4ab96a72b700672874c16c61adba296aebde3da9aa8922573aee5cf606d14733_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:5e351fa54073afb7970ce74793d829f8ab4e9e76d1d14ed6bd93c87645dbd276_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-operator-framework-tools-rhel9@sha256:9ea278e83ead0268fd3a6287c0b4c0feb9c388dcb6bb871b9b1da543c0b1686e_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b1d5081578e2859dd8e364af6d44d979264955fa664ce7e3bf184efcbacb27e_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:820f40dec11515a649e6314a08b249470bce5f0e85b672510f4df0ce26e3afb0_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c4850a5dde2acc92d35325a14b3ea9ca84b268ecd53538c99622fd4e75dd5abd_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f19d07ad64e561f1f1b3aaca9c44beb61f7c3ca3866460ab9843b1bd90b5fe9c_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:4feb33777c2d08b6c4dd51b81a0519079fd57c1f2102301d75ae1f415a672ad7_s390x",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:5cb136f6d04be79d8c686fde4cc6e93bf3bd4dea57030bea19213991a80ffc82_amd64",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:66b8d9bd5f205db87267c8f2d92eac4d31a8e8e1b5a9f95f990c7bf693128aac_arm64",
"9Base-RHOSE-4.18:openshift4/ose-operator-registry-rhel9@sha256:de3500e129259b17e6bdf51801eae24273f80d233ad05f1bb9c12e9ebd8ab0a6_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:0316aa7480bdad137871d3c16bbf5e578441aea0e5c4e87c27ef9e9dad1be237_amd64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:60e1d517eab7b8e72a756e60c616502370b67cac26cf462848a96fd75eaa29a2_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:a55f399eefb28776a2ca6b60b2db20de14f3d390be9dddb8cb15a9e8552740df_arm64",
"9Base-RHOSE-4.18:openshift4/ose-ovn-kubernetes-rhel9@sha256:c824bbb49e898764dc642494e6e00adba9eaee07fc312f2e1c534f7a42700e84_s390x",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:28c4e25223d2b16c5a9e153230df90d122f7f0410108e74104a466433164631e_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:8ae667173f5515dbc22c22a0015152f30b07f5da24ad37f3f4193a0481f89f0a_s390x",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:96dea63105d1f0d18db82ba180686e641c238c67fa7ccb2976464dddf67bc6e8_arm64",
"9Base-RHOSE-4.18:openshift4/ose-pod-rhel9@sha256:d33b9bb804543e67895b109c82c78df3f8af24c3c8725815822f5494b5e00592_amd64",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:1ef6bf10469efaa06de5218088aaf48bd0101f8f5caf2a02f61a7fd660ae7a3c_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:2acec336750e247df3b3e0f3f867129324740fa0d2079991702c1e34993503db_arm64",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:d14502b201251e468ff0f1544ac709d00ca1e0d07fddd222df9d677e989d81f3_s390x",
"9Base-RHOSE-4.18:openshift4/ose-tests-rhel9@sha256:ebe510068f69f287fa11dbeb3c6fc4e198d2fbb4af45d3e1880fc243f8c696f9_amd64",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:49b72040a1b42f4a071f2fff39233de6408e11b0808656ea009f4d1352f07a0a_arm64",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:739eb89f77ff51cc6134060f7dabeb7941356da3a93a046c1b4e2be5fe26cf76_s390x",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:9617a02d88e8180df4be14509152deb9664eb59db349d934a51d779ff27a0ad4_ppc64le",
"9Base-RHOSE-4.18:openshift4/ose-tools-rhel9@sha256:fa125cf9446f9baf57ef78d3eed7ecfa4299edf1acad72dcd17614c5425d9d4e_amd64",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_aarch64",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_ppc64le",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_s390x",
"9Base-RHOSE-4.18:rhcos@sha256:08a3550b812ced062435b770b8888d0f17067aa0c1bcb62fdf512c13a6a39157_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:4723
Vulnerability from csaf_redhat - Published: 2025-05-15 01:15 - Updated: 2026-08-18 09:49A flaw was found in the OpenShift console. Several endpoints in the application use the authHandler() and authHandlerWithUser() middleware functions. When the default authentication provider ("openShiftAuth") is set, these functions do not perform any authentication checks, relying instead on the targeted service to handle authentication and authorization. This issue leads to various degrees of data exposure due to a lack of proper credential verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64 | — |
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.17.29 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.29. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:4725\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nSecurity Fix(es):\n\n* openshift-console: Unauthenticated Data Exposure (CVE-2024-7128)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"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:4723",
"url": "https://access.redhat.com/errata/RHSA-2025:4723"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2300037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300037"
},
{
"category": "external",
"summary": "OCPBUGS-55415",
"url": "https://issues.redhat.com/browse/OCPBUGS-55415"
},
{
"category": "external",
"summary": "OCPBUGS-55490",
"url": "https://issues.redhat.com/browse/OCPBUGS-55490"
},
{
"category": "external",
"summary": "OCPBUGS-55500",
"url": "https://issues.redhat.com/browse/OCPBUGS-55500"
},
{
"category": "external",
"summary": "OCPBUGS-55615",
"url": "https://issues.redhat.com/browse/OCPBUGS-55615"
},
{
"category": "external",
"summary": "OCPBUGS-55617",
"url": "https://issues.redhat.com/browse/OCPBUGS-55617"
},
{
"category": "external",
"summary": "OCPBUGS-55622",
"url": "https://issues.redhat.com/browse/OCPBUGS-55622"
},
{
"category": "external",
"summary": "OCPBUGS-55680",
"url": "https://issues.redhat.com/browse/OCPBUGS-55680"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4723.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.29 bug fix and security update",
"tracking": {
"current_release_date": "2026-08-18T09:49:33+00:00",
"generator": {
"date": "2026-08-18T09:49:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:4723",
"initial_release_date": "2025-05-15T01:15:57+00:00",
"revision_history": [
{
"date": "2025-05-15T01:15:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-15T01:15:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T09:49:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505060707.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"product": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.17.0-202505021438.p0.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505061009.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505060707.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505060707.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505061536.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202505061807.p0.g1a087a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"product_id": "openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202505061807.p0.g1a087a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505060707.p0.g59dbcfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202505071507.p0.gd1f6780.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505071006.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202505071507.p0.gd1f6780.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.17.0-202505021438.p0.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202505021438.p0.ga1fef21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"product_id": "openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505022207.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202505061807.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.17.0-202505012008.p0.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505060707.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505060707.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"product": {
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"product_id": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505062152-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505060707.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"product": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.17.0-202505021438.p0.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505061009.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202505050906.p0.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202505060906.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505060707.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505060707.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505061536.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202505061807.p0.g1a087a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"product_id": "openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202505061807.p0.g1a087a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505060707.p0.g59dbcfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202505071507.p0.gd1f6780.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505071006.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202505071507.p0.gd1f6780.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.17.0-202505021438.p0.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202505021438.p0.ga1fef21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"product_id": "openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505022207.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202505061807.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.17.0-202505012008.p0.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505060707.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505060707.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505060707.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"product": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.17.0-202505021438.p0.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505061009.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505060707.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505060707.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505061536.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202505061807.p0.g1a087a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"product_id": "openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202505061807.p0.g1a087a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505060707.p0.g59dbcfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202505071507.p0.gd1f6780.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505071006.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202505071507.p0.gd1f6780.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.17.0-202505021438.p0.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202505021438.p0.ga1fef21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"product_id": "openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505022207.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202505061807.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.17.0-202505012008.p0.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505060707.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505060707.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"product": {
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"product_id": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505062152-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505060707.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"product": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.17.0-202505021438.p0.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505061009.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202505050906.p0.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202505060906.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505060707.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505060707.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505061536.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202505061807.p0.g1a087a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"product_id": "openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202505061807.p0.g1a087a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505060707.p0.g59dbcfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202505071507.p0.gd1f6780.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505071006.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202505071507.p0.gd1f6780.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.17.0-202505021438.p0.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202505021438.p0.ga1fef21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"product_id": "openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202505061807.p0.g5e4e2af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505022207.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202505061807.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.17.0-202505012008.p0.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505060707.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505060707.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"product": {
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"product_id": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505062152-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64",
"product": {
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64",
"product_id": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505062152-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x"
},
"product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64"
},
"product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64"
},
"product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le"
},
"product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64"
},
"product_reference": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le"
},
"product_reference": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x"
},
"product_reference": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
},
"product_reference": "rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Thibault Guittet"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2024-7128",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-07-26T10:51:18+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2300037"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenShift console. Several endpoints in the application use the authHandler() and authHandlerWithUser() middleware functions. When the default authentication provider (\"openShiftAuth\") is set, these functions do not perform any authentication checks, relying instead on the targeted service to handle authentication and authorization. This issue leads to various degrees of data exposure due to a lack of proper credential verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-console: Unauthenticated Data Exposure",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as moderate severity rather than important because while it allows unauthorized access to certain endpoints, the exposure is limited to non-critical or low-impact data. The endpoints in question, such as `/api/console/version` and `/api/plugins/`, do not provide access to highly sensitive information or critical system functionality that could directly compromise the integrity, confidentiality, or availability of the system. Additionally, since authentication is still handled by the service, the risk of widespread unauthorized access is mitigated.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-7128"
},
{
"category": "external",
"summary": "RHBZ#2300037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300037"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-7128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7128"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-7128",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7128"
}
],
"release_date": "2024-07-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T01:15:57+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:df00d64554b9b5d860273f938e0ff3b0c4a7af8356fbd103658ebe6fa2a830c8\n\n (For s390x architecture)\n The image digest is sha256:9e8682c84e3424e048ed2469279e675debf4b929bfa81c29b702c8513c6c0eee\n\n (For ppc64le architecture)\n The image digest is sha256:4c231311d8d0e4cd794831b96df606b7032943c29e598ec676d4bb41c2432fb3\n\n (For aarch64 architecture)\n The image digest is sha256:33b7e1a9f973a249de320a42680c0c8de96b77b44360c02e597efeb721153213\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4723"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift-console: Unauthenticated Data Exposure"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T01:15:57+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:df00d64554b9b5d860273f938e0ff3b0c4a7af8356fbd103658ebe6fa2a830c8\n\n (For s390x architecture)\n The image digest is sha256:9e8682c84e3424e048ed2469279e675debf4b929bfa81c29b702c8513c6c0eee\n\n (For ppc64le architecture)\n The image digest is sha256:4c231311d8d0e4cd794831b96df606b7032943c29e598ec676d4bb41c2432fb3\n\n (For aarch64 architecture)\n The image digest is sha256:33b7e1a9f973a249de320a42680c0c8de96b77b44360c02e597efeb721153213\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4723"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:0bdc4c743bdf96992559ffcd80499cd5cfb6f9fccab78a11422f9e186d5f160a_s390x",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:4613e2c44e06277707fef62fad7990d981c10f67b31843109bb0b91a97293aff_arm64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:5cad7bfdde394d88ec2cf8885f2ca06bc99523ce25f7fe71e75531c60aac6b54_amd64",
"9Base-RHOSE-4.17:openshift4/container-networking-plugins-microshift-rhel9@sha256:edb34a91ed06cc7c50cabbcb1f4af835a1e61db67c9b23f6a348d99abdb020dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:51ef97b35aed0367033672b8b3d677e6248a00a3515bef25974cef55735bcf0c_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:57c0349fe4f092c63c4d0ae534eb5facbb9a61191c1ac8562cdcc02cdd356cfc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:8d84f99986ac12d4c45819f432ec352243fead1d43dfa3c8aa81fdb971c9556a_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:c399bfb3c81c3b87ae5a8c24d48adc24b83127b2a4d03fceb962baee8695ce30_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3563b0f125fbd477626ba59ebe77542c002b842fee06d3fef3d282bf1fd3c6bf_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3e54f4b01817a0c858dfdedca55f6db897110fed90a0fea69d22fa1ebb263204_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d8446a425edae9751e9eb2df701ce124b9a1b3a9745c55e6eafc8adb3133553a_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:d9835f4c61e8501eba4f3764a217815110543ef470c41272b6d6e3394d52c4d4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:08308378b0fa743f862919ab525bfe3b604f160253e8900dccd081293b18c1ff_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:61bcda682b29ac2a7b432c74c317c43ffac803ae83d722ab183863adb196b9e1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:860fb068b4b2bfdfdb925dbb198a51db9ae431ed57583db8611aeef229dffc99_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9515e5119296621b4fbe68652ef046304d7b31a98a6a34411ad6fe89e9ad9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:03b45d9571be68a7576101c180ebed9bdb0d2fde64b2e7e438b705b8bf1e461d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:196e5b836f6b2607e7197867b50bf5d6ba50453c0270136c917cd16f062ff3a1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:64d8d40f2f88878596744f4052df33fd443a2a94c0db7c82504a0fc6f24ffa85_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ad30ce885f91402676b2c94a4fc94e937ded6fa288d3ec3777623c728acf2799_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:150f2161ca342b653d2183a90f94fb56184846356f5ff8790a839db70e907a78_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:166601b837e3f400b5a068ea7af4b81c2a98110c9cba45fb6c3b227754fc27a2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e27436ccbc1cea35b409e711407aa369555143ab19b922703c845a4537683dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a4a31d9b7d529a2d6a91f51d200b74eca014154be8dd38383ae81aabff4789c8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:2199a9500e19b27cf430af139886c120860bf7005b4e818dbd7f1442e158e793_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:7dcfebb7ccf11001a93ab5756276aaac670d329972f59b2704f5c2b0a948c4ca_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:9478c0eb3d2164152a4f3753735e781aebd76b6e2e70039742643e85aa0f6989_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:d9645efc082049c45690974422e41162f912db64eff22f7f0dbdb82f65d54a65_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3068acab81518c7cb7711317f29c287ae67a0dd3c20a81daf56a7f89cdcbf3b4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:72ee8b9335c3ee09a9df4d6cd195703c4a26c3d271da44de9ef3735c73ded9fe_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c1793d5633d76e183165bc2bb34c2f63887fcd227726a463e345ea39ec9370c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:90d38c9392ed4ced879321da40ed4cdaaa563450c489f6beef4d51d105e9e3cd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:227ce5cc33cf830641daa749e10ffa481b4b3f90c3d33703e03e4b04f679e384_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:26436966956149818b22ae7c226ada74d90c412532cd097a2cb19c051d7a7f03_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:944bc46138dbf5ba6f817a7954f1d01a714b92ecaeb7edca47dc6c78e27b3427_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9a50ec8796c1bcba423b9ea6afb5bef338861a28f4000b6975d1713990a9eb38_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:32140ae8a66c07e7882d642274961bf2fa4f708d0dd146dd3a234ccef222a17a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:60369c474ea207e92ea82eca6bef0eab08e1b098458c6428dcc8c443377e0083_s390x",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:b96c98dcd2bf2bfca7c1026d7d987af389c00bd997ffee20fa857cb245f1d244_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-container-networking-plugins-rhel9@sha256:fb2475e61294ffda1cab34e8fc1368e93aab39be5b23ca79959f1dbd282a6ac4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:45924e3af5369189204ed718f2233d666b4f66b40e14d4915507211b8c4f2c12_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:52510cdbded6752e52bb2c7bf16b9c59900652462c8b4cb4c2a195ecc3262281_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:6fc7a44681554e2b5e20a5db308086cee2b1802d8fc7bd1e2c6b4a5b70f92db0_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:75d4a289d4a2d899a51d0220c48e0fd83d354838e958224feccd29102edee61b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:49b23eab8737b680d7ea28b39908a1ee649e847f1e9b542d62d699d01c2d27d6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:7c9f0120308a37ea470b9e5daf025117159c5280ecb888af5f71ffec0ce3235e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:c2138ae3d2835d49423d86f34b706c6e5006697d859d62d27a8bb5ff4c2f35bf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:da810669932c833a8cd3e4041e4b2b8b41d53efc080836ae322807d143aa9fbd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0cf8be9e95d5a248c9a8eda454bb5cc452720c6b23d521f90b80b79ad400018c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:5bd128fc6d9cdd53b0627f83e38984220174c6bf80233040e616c8a0de1c708c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:64f30f0e5d47cd04cf217c3661d10ffb528a9b51f1a1ace063f7a35624e907bf_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d73b55c92c28f299a8fd66fd0a6fd914b0cd27bbae4d4087e5df3a48c6c5120b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:803990bc01b63a4a8afc4988a8043802fd8c69be212c068639350bd901960776_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:8da740ea23067ad10f042a0cb76dbde35e3d0665a9d6a6e4f15a0457241035be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:a1d668bec692e832b72ab1d0f291cd7094e8d852de1352bbb1f3de170872c43b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:aadd0999dbb711cc6c6ac9a8aa503ab01eb4682b1e320115afda065fcb19bb50_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:2c1eec7d53cfe5eae8baec8b0e961aaf7d539b53f4aafc3dcdf0281275cd463e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:3d98ff067388bcc56e80dd72c5fa6c158a335ea7097948f06428fced38e32eac_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:87881fc07240cf61495375469dbe501bc0e0677bcb4991989503b442b4a207d7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:f3bbefd64a4d4f619708b75c9149cc7fd28ca367f16f459979578315ee411714_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:65f464ac6ddf916a426899322e3a0f73cc29967f93531eeb11c0c8cd3c830106_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:de2c0fa6cd7b9d9afc07c33b5829850f35eb58d47e2b2dc2607d204409f75781_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:397c4d53b4fbead67607ca72818c84fb42b9d24ccf70eb151fc168e653282a74_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5cee429b41c6c3dade34ad475bc825fc503952d2444b17ad92d6e49eec6f5bb8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:44512408c94ee8cdaec10fdeed942d28cd7afbfe4bdac85857f95f0b4a6f4fa6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7c1c6fa29ed32ff3833afc42aa6917218168cfaf817314b941a8acafa7c8bc63_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:8ccbfb05b996b44375224709981e878d5a4c8658f9759972ed579e79c942e9f7_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:c6ef9a78ea320efa233abd55359e8ad03e55679daa9068204537a7ad0b29de6d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:194558fa96ed343c0aafd8adc488f456359e9cb6335ef9b4a5ccac071d71b8f8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:5cfc0fb449773b8d72392dc085d87a1ba227349c7a2b713b73b824f3fb5c888f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:c5ae896595a47c3b6b2fd12097092623f9f91f204877b7f4003893f4b6e0a8b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:cd3d11faec7f7fb861ac75579ec5b837dbfeb031d5b5d507a7d57251629e6974_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:0bec8a3a6cc89b462ecc53fc1163067c14b7ef8303df3dda80c69c116c3cb748_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:8ca507f4e92ce964dff21f6bff2bfbafde09665fe995a1572b674205f8f8cd11_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a740d673acb427b678ace329903f0af0f1804a930a2a3a10d38efc47aa1e0610_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:effe8fe34f98015f1d4273d43411c14e74ac7377c7a7c453284ed3cb4f27130b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1fe23342549a328dda94018c50c1f53af101162fe842a9f930f6074685832c7d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3b3fdfe94d1709ad4b754b95ce4152554fabd01c8456092c1b6221b617b8346e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a5958e8af6faac57aab7b8eff002662e4fabd58a0830ca40b6600964c5983d69_amd64",
"9Base-RHOSE-4.17:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:dda02b1daea906f88c19e476828e78266c957a71e4f47bfe4f89b5721a01ca7c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:278039270faee058fc5d2b72c7a026b4523e67a0a2fdff5bdd73a211c04ca3c9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:66ff17a7ac69e6f34ffae213e9d0a8885fa9d8b3dd0d528dcc83cced4d61c558_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:73cb954fb560ba03244b7ae5fa0d0e245b1ad51b88c663e2942acc97edccfef3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ab36c7de5db8a05e826e2552d2d46e7706918bb310d05e66d7122e69b0839370_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:1da590ed313e5f371e041626aa7cbaed459521467491e24f85e6ec8bcdfd1579_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5418ec9899e833fd1afddae226948fd7e0957bfdd62e56800e9d4c737e36606c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:669fdef18cbb5de11baaad31de19931ca344c2956c42886789bf118a39a6f0a3_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:a3a63ca094ec707519f64ceec31980f40f096c4ca616cbdbf770ce560868de15_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:21bdd10d97aec2791b71f22fde0da57d56961610ef309a26ccf780ac36e30f92_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:57333b1f3fdd32e46cacf77fb8d336083c84ac8d13f0aead75aa53752ccb4c1b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:a61f06e8914dc2ac811325d189e29f41d4e46b79b948ddb098209173770c267b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:d0c18323c1eca1fee50755c5f0317edf2cd4b9d71ce00870ae37982c505622fb_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:8d5d0066be9f7320309c6011496bce1c99989a16bd37cd967909e96560efbdd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:a9a8093508d57344f7efde69158dd0e2c2d247e5cda31537ca9d3574226678ed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:ab7e3dfd8902a86a04743ef97f36859e210a31e23e6c16dfc9dc66d8c6a0d1cc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f0bafdd1e1b602adb5746b444e9cc161ea098064eb5b3ace94a2884e9dd20419_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e3fcdf2a5435bcf05c60f1c4d40efa1dacd4f138cc8daaab9b647c524671b914_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7389
Vulnerability from csaf_redhat - Published: 2025-05-13 13:28 - Updated: 2026-08-18 09:49A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7389",
"url": "https://access.redhat.com/errata/RHSA-2025:7389"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "RHEL-80997",
"url": "https://issues.redhat.com/browse/RHEL-80997"
},
{
"category": "external",
"summary": "RHEL-85114",
"url": "https://issues.redhat.com/browse/RHEL-85114"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7389.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-08-18T09:49:34+00:00",
"generator": {
"date": "2026-08-18T09:49:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7389",
"initial_release_date": "2025-05-13T13:28:19+00:00",
"revision_history": [
{
"date": "2025-05-13T13:28:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:28:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T09:49:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el9_6.src",
"product": {
"name": "buildah-2:1.39.4-1.el9_6.src",
"product_id": "buildah-2:1.39.4-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el9_6?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el9_6.aarch64",
"product": {
"name": "buildah-2:1.39.4-1.el9_6.aarch64",
"product_id": "buildah-2:1.39.4-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.4-1.el9_6.aarch64",
"product": {
"name": "buildah-tests-2:1.39.4-1.el9_6.aarch64",
"product_id": "buildah-tests-2:1.39.4-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.4-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.4-1.el9_6.aarch64",
"product": {
"name": "buildah-debugsource-2:1.39.4-1.el9_6.aarch64",
"product_id": "buildah-debugsource-2:1.39.4-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.4-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.aarch64",
"product_id": "buildah-debuginfo-2:1.39.4-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.4-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.4-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el9_6.ppc64le",
"product": {
"name": "buildah-2:1.39.4-1.el9_6.ppc64le",
"product_id": "buildah-2:1.39.4-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.4-1.el9_6.ppc64le",
"product": {
"name": "buildah-tests-2:1.39.4-1.el9_6.ppc64le",
"product_id": "buildah-tests-2:1.39.4-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.4-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.4-1.el9_6.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.39.4-1.el9_6.ppc64le",
"product_id": "buildah-debugsource-2:1.39.4-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.4-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"product_id": "buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.4-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.4-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el9_6.x86_64",
"product": {
"name": "buildah-2:1.39.4-1.el9_6.x86_64",
"product_id": "buildah-2:1.39.4-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.4-1.el9_6.x86_64",
"product": {
"name": "buildah-tests-2:1.39.4-1.el9_6.x86_64",
"product_id": "buildah-tests-2:1.39.4-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.4-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.4-1.el9_6.x86_64",
"product": {
"name": "buildah-debugsource-2:1.39.4-1.el9_6.x86_64",
"product_id": "buildah-debugsource-2:1.39.4-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.4-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.x86_64",
"product_id": "buildah-debuginfo-2:1.39.4-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.4-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.4-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el9_6.s390x",
"product": {
"name": "buildah-2:1.39.4-1.el9_6.s390x",
"product_id": "buildah-2:1.39.4-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.4-1.el9_6.s390x",
"product": {
"name": "buildah-tests-2:1.39.4-1.el9_6.s390x",
"product_id": "buildah-tests-2:1.39.4-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.4-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.4-1.el9_6.s390x",
"product": {
"name": "buildah-debugsource-2:1.39.4-1.el9_6.s390x",
"product_id": "buildah-debugsource-2:1.39.4-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.4-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.s390x",
"product": {
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.s390x",
"product_id": "buildah-debuginfo-2:1.39.4-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.4-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x",
"product_id": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.4-1.el9_6?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.aarch64"
},
"product_reference": "buildah-2:1.39.4-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.ppc64le"
},
"product_reference": "buildah-2:1.39.4-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.s390x"
},
"product_reference": "buildah-2:1.39.4-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.src"
},
"product_reference": "buildah-2:1.39.4-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.x86_64"
},
"product_reference": "buildah-2:1.39.4-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.39.4-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.s390x"
},
"product_reference": "buildah-debuginfo-2:1.39.4-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.4-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.39.4-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.4-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.aarch64"
},
"product_reference": "buildah-debugsource-2:1.39.4-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.4-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.39.4-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.4-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.s390x"
},
"product_reference": "buildah-debugsource-2:1.39.4-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.4-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.x86_64"
},
"product_reference": "buildah-debugsource-2:1.39.4-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.4-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.aarch64"
},
"product_reference": "buildah-tests-2:1.39.4-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.4-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.ppc64le"
},
"product_reference": "buildah-tests-2:1.39.4-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.4-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.s390x"
},
"product_reference": "buildah-tests-2:1.39.4-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.4-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.x86_64"
},
"product_reference": "buildah-tests-2:1.39.4-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to 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": [
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:28:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7389"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debuginfo-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-debugsource-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-2:1.39.4-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.39.4-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7391
Vulnerability from csaf_redhat - Published: 2025-05-13 13:31 - Updated: 2026-08-18 14:54A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7391",
"url": "https://access.redhat.com/errata/RHSA-2025:7391"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "RHEL-79694",
"url": "https://issues.redhat.com/browse/RHEL-79694"
},
{
"category": "external",
"summary": "RHEL-80259",
"url": "https://issues.redhat.com/browse/RHEL-80259"
},
{
"category": "external",
"summary": "RHEL-82509",
"url": "https://issues.redhat.com/browse/RHEL-82509"
},
{
"category": "external",
"summary": "RHEL-85116",
"url": "https://issues.redhat.com/browse/RHEL-85116"
},
{
"category": "external",
"summary": "RHEL-85218",
"url": "https://issues.redhat.com/browse/RHEL-85218"
},
{
"category": "external",
"summary": "RHEL-86092",
"url": "https://issues.redhat.com/browse/RHEL-86092"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7391.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-08-18T14:54:52+00:00",
"generator": {
"date": "2026-08-18T14:54:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7391",
"initial_release_date": "2025-05-13T13:31:19+00:00",
"revision_history": [
{
"date": "2025-05-13T13:31:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:31:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T14:54:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.src",
"product": {
"name": "podman-5:5.4.0-9.el9_6.src",
"product_id": "podman-5:5.4.0-9.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=src\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-plugins-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-plugins-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-remote-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-remote-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-tests-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-tests-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-remote-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-remote-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-tests-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-tests-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-plugins-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-plugins-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-remote-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-remote-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-tests-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-tests-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-plugins-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-plugins-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-remote-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-remote-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-tests-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-tests-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-debugsource-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5:5.4.0-9.el9_6.noarch",
"product": {
"name": "podman-docker-5:5.4.0-9.el9_6.noarch",
"product_id": "podman-docker-5:5.4.0-9.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-9.el9_6?arch=noarch\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src"
},
"product_reference": "podman-5:5.4.0-9.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-debugsource-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.4.0-9.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch"
},
"product_reference": "podman-docker-5:5.4.0-9.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-plugins-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-plugins-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-plugins-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-remote-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-remote-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-remote-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-remote-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-tests-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-tests-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-tests-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-tests-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
},
"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-05-13T13:31:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7391"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
}
],
"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-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to 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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:31:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7391"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7397
Vulnerability from csaf_redhat - Published: 2025-05-13 13:31 - Updated: 2026-08-18 09:49A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7397",
"url": "https://access.redhat.com/errata/RHSA-2025:7397"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7397.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-08-18T09:49:36+00:00",
"generator": {
"date": "2026-08-18T09:49:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7397",
"initial_release_date": "2025-05-13T13:31:37+00:00",
"revision_history": [
{
"date": "2025-05-13T13:31:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:31:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T09:49:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el9_6.src",
"product": {
"name": "skopeo-2:1.18.1-1.el9_6.src",
"product_id": "skopeo-2:1.18.1-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el9_6?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el9_6.aarch64",
"product": {
"name": "skopeo-2:1.18.1-1.el9_6.aarch64",
"product_id": "skopeo-2:1.18.1-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el9_6.aarch64",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el9_6.aarch64",
"product_id": "skopeo-tests-2:1.18.1-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.aarch64",
"product_id": "skopeo-debugsource-2:1.18.1-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el9_6.ppc64le",
"product": {
"name": "skopeo-2:1.18.1-1.el9_6.ppc64le",
"product_id": "skopeo-2:1.18.1-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el9_6.ppc64le",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el9_6.ppc64le",
"product_id": "skopeo-tests-2:1.18.1-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le",
"product_id": "skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el9_6.x86_64",
"product": {
"name": "skopeo-2:1.18.1-1.el9_6.x86_64",
"product_id": "skopeo-2:1.18.1-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el9_6.x86_64",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el9_6.x86_64",
"product_id": "skopeo-tests-2:1.18.1-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.x86_64",
"product_id": "skopeo-debugsource-2:1.18.1-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el9_6.s390x",
"product": {
"name": "skopeo-2:1.18.1-1.el9_6.s390x",
"product_id": "skopeo-2:1.18.1-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el9_6.s390x",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el9_6.s390x",
"product_id": "skopeo-tests-2:1.18.1-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.s390x",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.s390x",
"product_id": "skopeo-debugsource-2:1.18.1-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.s390x",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el9_6?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.aarch64"
},
"product_reference": "skopeo-2:1.18.1-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.ppc64le"
},
"product_reference": "skopeo-2:1.18.1-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.s390x"
},
"product_reference": "skopeo-2:1.18.1-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.src"
},
"product_reference": "skopeo-2:1.18.1-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.x86_64"
},
"product_reference": "skopeo-2:1.18.1-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.s390x"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.aarch64"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.ppc64le"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.s390x"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.x86_64"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to 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": [
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:31:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7397"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debuginfo-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-debugsource-2:1.18.1-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:skopeo-tests-2:1.18.1-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7407
Vulnerability from csaf_redhat - Published: 2025-05-13 13:53 - Updated: 2026-08-18 14:54A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for opentelemetry-collector is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Collector with the supported components for a Red Hat build of OpenTelemetry\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n\n* github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input (CVE-2025-29786)\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7407",
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7407.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-08-18T14:54:53+00:00",
"generator": {
"date": "2026-08-18T14:54:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7407",
"initial_release_date": "2025-05-13T13:53:53+00:00",
"revision_history": [
{
"date": "2025-05-13T13:53:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:53:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T14:54:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.src",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.src",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
},
"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-05-13T13:53:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"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-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to 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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:53:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29786",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-17T14:00:59.078419+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input",
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "RHBZ#2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/762",
"url": "https://github.com/expr-lang/expr/pull/762"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2"
}
],
"release_date": "2025-03-17T13:15:32.836000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:53:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to impose an input size restriction before parsing (i.e. validating or limiting the length of expression strings that the application will accept). Ensuring no unbounded-length expressions are fed into the parser will prevent the parser from constructing a very large AST and avoid the potential memory exhaustion issue.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:53:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7459
Vulnerability from csaf_redhat - Published: 2025-05-13 17:19 - Updated: 2026-08-18 09:49A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7459",
"url": "https://access.redhat.com/errata/RHSA-2025:7459"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "RHEL-80996",
"url": "https://issues.redhat.com/browse/RHEL-80996"
},
{
"category": "external",
"summary": "RHEL-85115",
"url": "https://issues.redhat.com/browse/RHEL-85115"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7459.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-08-18T09:49:37+00:00",
"generator": {
"date": "2026-08-18T09:49:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7459",
"initial_release_date": "2025-05-13T17:19:11+00:00",
"revision_history": [
{
"date": "2025-05-13T17:19:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T17:19:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T09:49:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el10_0.src",
"product": {
"name": "buildah-2:1.39.4-1.el10_0.src",
"product_id": "buildah-2:1.39.4-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el10_0?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el10_0.aarch64",
"product": {
"name": "buildah-2:1.39.4-1.el10_0.aarch64",
"product_id": "buildah-2:1.39.4-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.4-1.el10_0.aarch64",
"product": {
"name": "buildah-tests-2:1.39.4-1.el10_0.aarch64",
"product_id": "buildah-tests-2:1.39.4-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.4-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.4-1.el10_0.aarch64",
"product": {
"name": "buildah-debugsource-2:1.39.4-1.el10_0.aarch64",
"product_id": "buildah-debugsource-2:1.39.4-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.4-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.aarch64",
"product_id": "buildah-debuginfo-2:1.39.4-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.4-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.4-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el10_0.ppc64le",
"product": {
"name": "buildah-2:1.39.4-1.el10_0.ppc64le",
"product_id": "buildah-2:1.39.4-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.4-1.el10_0.ppc64le",
"product": {
"name": "buildah-tests-2:1.39.4-1.el10_0.ppc64le",
"product_id": "buildah-tests-2:1.39.4-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.4-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.4-1.el10_0.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.39.4-1.el10_0.ppc64le",
"product_id": "buildah-debugsource-2:1.39.4-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.4-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"product_id": "buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.4-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.4-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el10_0.x86_64",
"product": {
"name": "buildah-2:1.39.4-1.el10_0.x86_64",
"product_id": "buildah-2:1.39.4-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.4-1.el10_0.x86_64",
"product": {
"name": "buildah-tests-2:1.39.4-1.el10_0.x86_64",
"product_id": "buildah-tests-2:1.39.4-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.4-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.4-1.el10_0.x86_64",
"product": {
"name": "buildah-debugsource-2:1.39.4-1.el10_0.x86_64",
"product_id": "buildah-debugsource-2:1.39.4-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.4-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.x86_64",
"product_id": "buildah-debuginfo-2:1.39.4-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.4-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.4-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.4-1.el10_0.s390x",
"product": {
"name": "buildah-2:1.39.4-1.el10_0.s390x",
"product_id": "buildah-2:1.39.4-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.4-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.4-1.el10_0.s390x",
"product": {
"name": "buildah-tests-2:1.39.4-1.el10_0.s390x",
"product_id": "buildah-tests-2:1.39.4-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.4-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.4-1.el10_0.s390x",
"product": {
"name": "buildah-debugsource-2:1.39.4-1.el10_0.s390x",
"product_id": "buildah-debugsource-2:1.39.4-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.4-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.s390x",
"product": {
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.s390x",
"product_id": "buildah-debuginfo-2:1.39.4-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.4-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x",
"product_id": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.4-1.el10_0?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.aarch64"
},
"product_reference": "buildah-2:1.39.4-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.ppc64le"
},
"product_reference": "buildah-2:1.39.4-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.s390x"
},
"product_reference": "buildah-2:1.39.4-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.src"
},
"product_reference": "buildah-2:1.39.4-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.4-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.x86_64"
},
"product_reference": "buildah-2:1.39.4-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.39.4-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.s390x"
},
"product_reference": "buildah-debuginfo-2:1.39.4-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.4-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.39.4-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.4-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.aarch64"
},
"product_reference": "buildah-debugsource-2:1.39.4-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.4-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.39.4-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.4-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.s390x"
},
"product_reference": "buildah-debugsource-2:1.39.4-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.4-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.x86_64"
},
"product_reference": "buildah-debugsource-2:1.39.4-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.4-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.aarch64"
},
"product_reference": "buildah-tests-2:1.39.4-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.4-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.ppc64le"
},
"product_reference": "buildah-tests-2:1.39.4-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.4-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.s390x"
},
"product_reference": "buildah-tests-2:1.39.4-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.4-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.x86_64"
},
"product_reference": "buildah-tests-2:1.39.4-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to 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": [
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.src",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:19:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.src",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7459"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.src",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.src",
"AppStream-10.0.Z:buildah-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-debuginfo-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-debugsource-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-tests-2:1.39.4-1.el10_0.x86_64",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.aarch64",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.ppc64le",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.s390x",
"AppStream-10.0.Z:buildah-tests-debuginfo-2:1.39.4-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7462
Vulnerability from csaf_redhat - Published: 2025-05-13 16:04 - Updated: 2026-08-18 14:54A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7462",
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "RHEL-79695",
"url": "https://issues.redhat.com/browse/RHEL-79695"
},
{
"category": "external",
"summary": "RHEL-80260",
"url": "https://issues.redhat.com/browse/RHEL-80260"
},
{
"category": "external",
"summary": "RHEL-82511",
"url": "https://issues.redhat.com/browse/RHEL-82511"
},
{
"category": "external",
"summary": "RHEL-85117",
"url": "https://issues.redhat.com/browse/RHEL-85117"
},
{
"category": "external",
"summary": "RHEL-85219",
"url": "https://issues.redhat.com/browse/RHEL-85219"
},
{
"category": "external",
"summary": "RHEL-86093",
"url": "https://issues.redhat.com/browse/RHEL-86093"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7462.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-08-18T14:54:57+00:00",
"generator": {
"date": "2026-08-18T14:54:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7462",
"initial_release_date": "2025-05-13T16:04:06+00:00",
"revision_history": [
{
"date": "2025-05-13T16:04:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T16:04:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T14:54:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.src",
"product": {
"name": "podman-6:5.4.0-9.el10_0.src",
"product_id": "podman-6:5.4.0-9.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product": {
"name": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product_id": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-9.el10_0?arch=noarch\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src"
},
"product_reference": "podman-6:5.4.0-9.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-9.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-9.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"vulnerabilities": [
{
"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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
},
"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-05-13T16:04:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"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-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to 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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T16:04:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7467
Vulnerability from csaf_redhat - Published: 2025-05-13 17:18 - Updated: 2026-08-18 09:49A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7467",
"url": "https://access.redhat.com/errata/RHSA-2025:7467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7467.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-08-18T09:49:39+00:00",
"generator": {
"date": "2026-08-18T09:49:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7467",
"initial_release_date": "2025-05-13T17:18:51+00:00",
"revision_history": [
{
"date": "2025-05-13T17:18:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T17:18:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T09:49:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.src",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.src",
"product_id": "skopeo-2:1.18.1-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.aarch64",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.aarch64",
"product_id": "skopeo-2:1.18.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"product_id": "skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"product_id": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.ppc64le",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.ppc64le",
"product_id": "skopeo-2:1.18.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"product_id": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"product_id": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.x86_64",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.x86_64",
"product_id": "skopeo-2:1.18.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el10_0.x86_64",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.x86_64",
"product_id": "skopeo-tests-2:1.18.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"product_id": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-1.el10_0.s390x",
"product": {
"name": "skopeo-2:1.18.1-1.el10_0.s390x",
"product_id": "skopeo-2:1.18.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-1.el10_0.s390x",
"product": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.s390x",
"product_id": "skopeo-tests-2:1.18.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"product": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"product_id": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"product_id": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-1.el10_0?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64"
},
"product_reference": "skopeo-2:1.18.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
},
"product_reference": "skopeo-tests-2:1.18.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to 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": [
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:18:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7467"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.src",
"AppStream-10.0.Z:skopeo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debuginfo-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-debugsource-2:1.18.1-1.el10_0.x86_64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.aarch64",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.s390x",
"AppStream-10.0.Z:skopeo-tests-2:1.18.1-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7479
Vulnerability from csaf_redhat - Published: 2025-05-13 17:18 - Updated: 2026-08-18 14:55A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for opentelemetry-collector is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Collector with the supported components for a Red Hat build of OpenTelemetry\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n\n* github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input (CVE-2025-29786)\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7479",
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7479.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-08-18T14:55:00+00:00",
"generator": {
"date": "2026-08-18T14:55:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7479",
"initial_release_date": "2025-05-13T17:18:27+00:00",
"revision_history": [
{
"date": "2025-05-13T17:18:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T17:18:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-18T14:55:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"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-05-13T17:18:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"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-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to 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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:18:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29786",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-17T14:00:59.078419+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input",
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "RHBZ#2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/762",
"url": "https://github.com/expr-lang/expr/pull/762"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2"
}
],
"release_date": "2025-03-17T13:15:32.836000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:18:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to impose an input size restriction before parsing (i.e. validating or limiting the length of expression strings that the application will accept). Ensuring no unbounded-length expressions are fed into the parser will prevent the parser from constructing a very large AST and avoid the potential memory exhaustion issue.",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:18:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.