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-06-29",
"epss": "0.00369",
"percentile": "0.28696"
},
"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\"}]}}",
"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:7391
Vulnerability from csaf_redhat - Published: 2025-05-13 13:31 - Updated: 2026-06-30 03:28A 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-06-30T03:28:48+00:00",
"generator": {
"date": "2026-06-30T03:28:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T03:28:48+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-06-30 03:28A 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-06-30T03:28:50+00:00",
"generator": {
"date": "2026-06-30T03:28:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T03:28:50+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-06-30 03:28A 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-06-30T03:28:50+00:00",
"generator": {
"date": "2026-06-30T03:28:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T03:28:50+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-06-30 03:28A 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-06-30T03:28:50+00:00",
"generator": {
"date": "2026-06-30T03:28:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T03:28:50+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-06-30 03:28A 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-06-30T03:28:50+00:00",
"generator": {
"date": "2026-06-30T03:28:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T03:28:50+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-06-30 03:28A 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-06-30T03:28:50+00:00",
"generator": {
"date": "2026-06-30T03:28:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T03:28:50+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-06-30 03:28A 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-06-30T03:28:51+00:00",
"generator": {
"date": "2026-06-30T03:28:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"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-06-30T03:28:51+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"
}
]
}
RHSA-2025:7669
Vulnerability from csaf_redhat - Published: 2025-05-21 13:50 - Updated: 2026-06-30 03:28A 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/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_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.17.30 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.30. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:7671\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* 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.\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:7669",
"url": "https://access.redhat.com/errata/RHSA-2025:7669"
},
{
"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-55511",
"url": "https://issues.redhat.com/browse/OCPBUGS-55511"
},
{
"category": "external",
"summary": "OCPBUGS-55728",
"url": "https://issues.redhat.com/browse/OCPBUGS-55728"
},
{
"category": "external",
"summary": "OCPBUGS-55729",
"url": "https://issues.redhat.com/browse/OCPBUGS-55729"
},
{
"category": "external",
"summary": "OCPBUGS-55894",
"url": "https://issues.redhat.com/browse/OCPBUGS-55894"
},
{
"category": "external",
"summary": "OCPBUGS-55943",
"url": "https://issues.redhat.com/browse/OCPBUGS-55943"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7669.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.30 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:51+00:00",
"generator": {
"date": "2026-06-30T03:28:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:7669",
"initial_release_date": "2025-05-21T13:50:02+00:00",
"revision_history": [
{
"date": "2025-05-21T13:50:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-21T13:50:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift 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:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505140044.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505120939.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202505120939.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505140044.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505140543.p0.gaef9b74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202505082109.p0.ga020810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505082109.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202505090638.p0.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"product": {
"name": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"product_id": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202505082109.p0.g58f202b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505082109.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202505091504.p0.gb02d1af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202505140543.p0.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"product": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"product_id": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505140130-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505140044.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505120939.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202505120939.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505140044.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505140543.p0.gaef9b74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202505082109.p0.ga020810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505082109.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202505090638.p0.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"product": {
"name": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"product_id": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202505082109.p0.g58f202b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505082109.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202505091504.p0.gb02d1af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202505140543.p0.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"product": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"product_id": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505140130-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505140044.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505120939.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202505140307.p0.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202505140307.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202505140307.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202505120939.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505140044.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505140543.p0.gaef9b74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202505082109.p0.ga020810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505082109.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202505090638.p0.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"product": {
"name": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"product_id": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202505082109.p0.g58f202b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202505132238.p0.g08d1224.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505082109.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202505091504.p0.gb02d1af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202505140543.p0.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202505140044.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202505120939.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202505140307.p0.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202505140307.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202505140307.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202505140044.p0.g869e77a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202505120939.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202505140044.p0.gd71a401.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202505140543.p0.gaef9b74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202505082109.p0.ga020810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202505082109.p0.g7e55180.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202505090638.p0.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"product": {
"name": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"product_id": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202505082109.p0.g58f202b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202505132238.p0.g08d1224.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202505082109.p0.gb259163.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=v4.17.0-202505120138.p0.g4845a62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.17.0-202505072107.p0.gb135c38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.17.0-202505091504.p0.gb02d1af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.17.0-202505140543.p0.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202505140044.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"product": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"product_id": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505140130-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64",
"product": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64",
"product_id": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202505140130-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:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64"
},
"product_reference": "openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x"
},
"product_reference": "openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le"
},
"product_reference": "openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64"
},
"product_reference": "openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_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:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_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:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_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:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_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:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_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:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_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:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_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:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_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:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_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:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_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:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_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:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_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:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_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:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_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:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_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:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_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:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_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:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_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:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_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:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_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:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_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:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_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:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_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:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_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:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_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:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_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:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64"
},
"product_reference": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le"
},
"product_reference": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x"
},
"product_reference": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64"
},
"product_reference": "rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
}
]
},
"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.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_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.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_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-21T13:50:02+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:9efd67719b76a75def13a0e08125a361553c8b06691b39bdeff4994c4e907d44\n\n (For s390x architecture)\n The image digest is sha256:d48074dde460f4e6dd8aa20d3a4bc6afcc3d5e61c2b44bf9b019fc6b2bcb43f7\n\n (For ppc64le architecture)\n The image digest is sha256:854836a1c1abbc3009190b2c3b26cce91acecf375ea75f4af49faf341514ca72\n\n (For aarch64 architecture)\n The image digest is sha256:c70fca1f2136dac3a06b6fedaf563ea332f368e27590dad481a82a93a41e01a5\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-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7669"
},
{
"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/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_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/driver-toolkit-rhel9@sha256:24df4e6efc1674d23315b68e4950c147be2d185dab828719df1c9abc5a1cde60_amd64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:5428b60883403a40c8fa60b8c16dec933ed6b80cb95c2beb8ddb1429e23762f4_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:9bab5912e3d4226a52855a16440a3bbbec4d136f5e69b2e81821a2bf9ff5efbc_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:e6b8337816556c516cf272080813c265930a16be09786533bc4367eba9c163e5_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:1189ca4810f48d78f4f652f05202efe9077c528d79a955a09a24c1e2c366197f_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:293cbebebde2000633c30dbdbef8d67c7a7bc27b73a4dba65f709226d8273c78_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:4397d163c1233216e314adce43e0700ebc3a84e5ec5efc88f349e5afe2fb75c7_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:445996153ca1d4b05234e0e25ee8ad829181176bc2ff816f51513cec90bd2df9_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:3fd28cf76a5ffe9b62c566d31b06a33117ba42539d66b13d5c00c45e03b29880_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8a11a700696c7abf1815ccf9eae08a880162fb915d22eb8c44f5815611a904b7_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad2ac98cfb376c572a63961dd2731cbc4a537271b1d4036d20f10af78fa467df_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:f5f7951dd7b6576fad77c298f8927bb154c71bba2c4ae6b6a00fcc49590b9067_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:37f1245ef8d65aa4ae8d6674ece2c9e678eb489b94459e4e34d1e305e67cc110_amd64",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:5dd50068425ec334e8f3aac013f4904301d4bce14b0e9b1c80076e75808ee5cd_s390x",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:af3a9ea90b49eaf8eb1099788fc4a96cfa8eda31800cd9e38ad5c0a6e8bc4cf1_ppc64le",
"9Base-RHOSE-4.17:openshift4/openshift-route-controller-manager-rhel9@sha256:ff5672c892c4f8aef8168b13a77390d7b52a0f302c86fed5cc9d3d06be7a86a1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d76456cdd66b5c59327f5b273e6f9e430a26bfcf692c997a272edac22f65ab0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:64d48942feae48ab19150e08e54c8bd9427243b85966976fe434b91ae1ce69af_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:77d9b389bdd7e8dfc494ac6e3caf213d39bee0217a59dc04d5814f7de232ba14_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:f7bb164e6b3f7b678e37aeb7524146bba2abfd30a3464c7a044c4153983ba55c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3dab9b36b05dd5e15fc70016fa07661dbaa5efd1cd51147deb35b2e32897caa2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5752e59f9a078ff1ae17352ca91d1e1aacca34160e68c3495537e710ca084fe0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:7832be6657e061579e60cc25c794202cafa884d52d9f932e6b8a68181fcd9dc2_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b38995325736ab165a6ce349187a043e4bd65440ac8d2f6a71d750a1a8dbf6e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1aace716191bf852f1ebbd4e136cba55b3be8d196144c4c85671a7a35d991ce8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:73d696a85c6746c463beb834d407b87b267db202fd75e7de4565a4a3087fe139_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:abb0e12289dbadd5af19e7c6f0f26005642d07fa2c25cc455cc997979c91b2f1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3e2968bee18c7e2a93970ef8cef3a63d7e071abec1275c2caeba77e628fc9fa_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:37a3392b759142601fe75b69b479b11945f4a57946f6b71cea6c95224386084f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:8b06e537a34f07502d44039760f5f73ecfe097ba88f30acd47fe6ddeb4b3d6c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:d22643d93d9143410519df0e47f02ef37aa612cd286da483507e28ac540a909f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:e8704434eaaff09dc25eaad8548665dec92df3b7105132fbe05cfde523461661_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:3774363daa8797398695cdfbfa417f1ebb05f8662fc53948e36720d6ce316c44_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66a880e54cea05b64ff3547a22dec4d34f2793388db8e7c3798f999fd3ad904b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:9038aa52ccac7f6f5f9b138447e47281e38cae3b01d64a4520f127d01db8c3f2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:f85e8ed84931f3de99c6aea8d2263c1a3fc7b76462799bdf2472b4b30eeb0af1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:027987615b28d419a1b5a52b99073eb16f09d795952f4cb831c8d12fc9b5520d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30c9abc58256b4717f41c5f9b14a3e0c7a367fed21253ad38037484458d1ddd8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:30f30405cca3fb056b1f5f4093bfb83f5ba36d69e5c0c16aec169c2c90172021_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:6bc6d24af832c02ee0b795a8e66877f112d88b08d0fd2a90c9737e24ea8be4fd_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:4ed09bbae03a37c61f8f7ca45d30c126f9cbc92ef78f9c4ec74eda4090b97d88_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:d63dd5d7933581a663440877709d0d395d6bb5b490c5528078f77cee4ca3549e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:591ce193d46f41a36908ab67102896c42b05d391ffc357792b5afe765da79bac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cb842dc622604b7d38e5750230407e851326d9130730fd4287ec81f1743534e0_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:396b7df1dd9842b4ca06ac2dd5e4019356058398ff7d71b706208ab5d52c5f99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:ae6900fb15c7b571255454e43b769bda10611a180ee23bc70f3eadb638601eb1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4a51af9911eff71004d1bd6b4763a360f1ba7836217cf5b4e7a2ad3a3f5b542_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a62d8d919daa0c4d24ea7d23f09c2e1eb83c7b15254496e20e57d2098576bc02_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:174c0c73da4ce6b1100a7d39ff8663a2b683aa2e4c6dbec1b476f7febbfacf9d_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:43bb0a1c5f8a9203a1ba57b8819354b85fa463064302c86bc880840114e09707_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb028597bc805129ac55016a44d77c3dae485407d430775e933acb4fd734a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:a41a3d6d6b13fd649fff965da041983f25301adf18ba3172093d03182b672c17_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:1461b57796f3ccf4f4654e3b81300e8bd046d5fe9d2e108d4418a1bf3628de23_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:a3c563b7118c1c609140bc36e3a61627c6644eb1a2f220f100106d04427b90a3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b316a6d8ecfc97813d5ad4909b3d7fb174ac14d432c60172e92a4b60ec4ae11d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:cd9dc04edeef1b044232c88b1fe57c1a7e749cf2ef9692ba2e56dc984f866b8e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:53a62ea827540794cfe57f691481d636468eebd1a96c0953ed7af7a2bbd8eba1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b1753875b2bbf440f4f2131cecce3dc260654a2e014d715736a7a74d2b81309a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:dc787ffcbe2b22a5ed60437004aeb4700d6a13e95858e99313899ab1a46ba68f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec72a0a28879f958fea40fdd1fc665be01aaf40aae966e5d1b8ce298a4989fc9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:04eaf3d4f5f581914e93ffd7f8e0096d97384e8a5a10035d9a7be59f299e68e5_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:58ed308d3f731e3bc4a67c62aea0280dc26896b882056218b23ea070d1a5cd91_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:9ef253df3bf13d1f7c37ebc9d7a2645ae0545d17f93cabe32550288d21d4bda1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:a51f210a6fc60bc63eaee57892406dc1f42b21afc740e99e8e30e93fd95318aa_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-framework-tools-rhel9@sha256:c1cb8f2e8735b343b8386c9c4d599fbf1c3cb2e541b762e8b8eac44966d28286_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:373f848ed45d7f565b7b39aab46a3cfe454df9f8d00869ef3a6769ef92c0cfc5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:48bda5001950cd8f51de4f8a3ff98b26500a4209868d2a0fb858aacfd24cede1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2d5c5047f1970cc2425dd4abb84ad26279c311b9d55ea79c90a1f77469d07c1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f37934f5348032f6535018f51321501f343ac7a313659e36b5e462f871e21f28_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:1216faa5708ccddc332cffb9fac694a05520d3ffa45d08a3c84fcaaaab153994_arm64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:897fdbad4c1de1fdd78ec90154c212985185bc5131d2520e79579f5d81243210_s390x",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:be3152154154212a70ba6ad60ee3b03f6e1caac006de1eaa61bee2cda56e8bb1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-operator-registry-rhel9@sha256:efd9127122029035c26d47e699807c70830f15c06ee544832d0cacae31b1a75f_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:24f68672aba38c21c0c045b40cd2021c43e221c0b94f997e8b9fce905695daf3_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:3c9cee1368b0f1678fbdff36e3bbe0521287641529005ad4eed784ef98261cbe_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:75438e14327b31bc3883f4654a4129aa1d101c8d74320d7525f24e21055f93f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cd0b128452860f0808b4ae036a72ef628f9dd2372e2e71d5c4d88834f895b10_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:188b14c3b5a38b2fbcee99de4518a73a96d6f794c0adb3c24b53a4569bbe8e4d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:4beb0a9fd8ae6cdbad188c868308264f85cf190c0d6a651ee00bb8d9a4491d56_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:541512a7ab084b732af9ad464e27c9666326fe727aa21fc407d8ef03fece162b_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:c2ae7c600c0c1aff23e4d3adb286e02e56c516cb6256ce6f1a701c156391213d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:482497ebb649342ddf776f148fe66a55f9cff987e667a7134533870c885d165e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:7dbbda23cca76cb5ad2815d648402eb0b2e8f3b5f6d522b0cdadcf72722e1bfc_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:958ec34abe7cabf0cebfb67f86907ffd0b38e6dd0d4e2c1c1804d2eccaa1799a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:f3e6e4b5a259e01d5f3a9a0bddc17d497e208edadb849b063d78492bad154b39_arm64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:f2dccab43fd5dd410909c5565e9a3880d8b7e6e6af5240576f258c316c2066f9_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHSA-2025:7753
Vulnerability from csaf_redhat - Published: 2025-05-15 17:09 - Updated: 2026-06-30 03:28A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openshift-gitops-operator-container. The openshift.io/cluster-monitoring label is applied to all namespaces that deploy an ArgoCD CR instance, allowing the namespace to create a rogue PrometheusRule. This issue can have adverse effects on the platform monitoring stack, as the rule is rolled out cluster-wide when the label is applied.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in redoc. This vulnerability can allow an attacker to cause a Denial of Service (DoS) via supplying a crafted payload.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
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: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
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: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
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: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 | — |
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": "Errata Advisory for Red Hat OpenShift GitOps 1.15.2 release",
"title": "Topic"
},
{
"category": "general",
"text": "Errata Advisory for Red Hat OpenShift GitOps 1.15.2 release\n\nSecurity Fix(es):\n\n* openshift-gitops-operator-container: Namespace Isolation Break [gitops-1.15](CVE-2024-13484) \n* openshift-gitops-argocd-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-argocd-rhel9-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-dex-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-operator-bundle-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-container: Potential denial of service in golang.org/x/crypto [gitops-1.15](CVE-2025-22869) \n* openshift-gitops-argo-rollouts-container: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS [gitops-1.15](CVE-2023-45288) \n* openshift-gitops-argocd-container: Memory Exhaustion in Expr Parser with Unrestricted Input [gitops-1.15](CVE-2025-29786) \n* openshift-gitops-argocd-rhel9-container: Memory Exhaustion in Expr Parser with Unrestricted Input [gitops-1.15](CVE-2025-29786) \n* openshift-gitops-argocd-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-argocd-rhel9-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-operator-bundle-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-argocd-container: Prototype Pollution in redoc [gitops-1.15](CVE-2024-57083) \n* openshift-gitops-argocd-rhel9-container: Prototype Pollution in redoc [gitops-1.15](CVE-2024-57083) \n* openshift-gitops-dex-container: Unexpected memory consumption during token parsing in golang.org/x/oauth2 [gitops-1.15](CVE-2025-22868)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted 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:7753",
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "GITOPS-6150",
"url": "https://issues.redhat.com/browse/GITOPS-6150"
},
{
"category": "external",
"summary": "GITOPS-6251",
"url": "https://issues.redhat.com/browse/GITOPS-6251"
},
{
"category": "external",
"summary": "GITOPS-6287",
"url": "https://issues.redhat.com/browse/GITOPS-6287"
},
{
"category": "external",
"summary": "GITOPS-6625",
"url": "https://issues.redhat.com/browse/GITOPS-6625"
},
{
"category": "external",
"summary": "GITOPS-6664",
"url": "https://issues.redhat.com/browse/GITOPS-6664"
},
{
"category": "external",
"summary": "GITOPS-6713",
"url": "https://issues.redhat.com/browse/GITOPS-6713"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7753.json"
}
],
"title": "Red Hat Security Advisory: Errata Advisory for Red Hat OpenShift GitOps v1.15.2 security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:31+00:00",
"generator": {
"date": "2026-06-30T03:28:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:7753",
"initial_release_date": "2025-05-15T17:09:32+00:00",
"revision_history": [
{
"date": "2025-05-15T17:09:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-15T17:09:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.15",
"product": {
"name": "Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.15",
"product": {
"name": "Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.15.2-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.15.2-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product_id": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-operator-bundle\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64"
},
"product_reference": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"relates_to_product_reference": "9Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"relates_to_product_reference": "9Base-GitOps-1.15"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2024-13484",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"discovery_date": "2024-03-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openshift-gitops-operator-container. The openshift.io/cluster-monitoring label is applied to all namespaces that deploy an ArgoCD CR instance, allowing the namespace to create a rogue PrometheusRule. This issue can have adverse effects on the platform monitoring stack, as the rule is rolled out cluster-wide when the label is applied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-gitops-operator-container: Namespace Isolation Break",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, a local attacker must be logged into the system with admin privileges, limiting the possibility of this issue to be exploited.\nFor this reason, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-13484"
},
{
"category": "external",
"summary": "RHBZ#2269376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-13484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13484"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-13484",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13484"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/pull/853",
"url": "https://github.com/redhat-developer/gitops-operator/pull/853"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/pull/867",
"url": "https://github.com/redhat-developer/gitops-operator/pull/867"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/pull/868",
"url": "https://github.com/redhat-developer/gitops-operator/pull/868"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/pull/869",
"url": "https://github.com/redhat-developer/gitops-operator/pull/869"
}
],
"release_date": "2025-01-28T17:43:15.879000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift-gitops-operator-container: Namespace Isolation Break"
},
{
"cve": "CVE-2024-57083",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2025-03-28T21:01:02.993057+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in redoc. This vulnerability can allow an attacker to cause a Denial of Service (DoS) via supplying a crafted payload.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redoc: Prototype Pollution in redoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because it allows attackers to exploit a prototype pollution issue in the Module.mergeObjects method by crafting a malicious payload. An attacker can alter the built-in Object.prototype, causing a Denial of Service (DoS) condition, leading to system instability, impacting the availability of the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-57083"
},
{
"category": "external",
"summary": "RHBZ#2355865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-57083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57083"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-57083",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-57083"
},
{
"category": "external",
"summary": "https://github.com/Redocly/redoc/issues/2499",
"url": "https://github.com/Redocly/redoc/issues/2499"
}
],
"release_date": "2025-03-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
}
],
"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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redoc: Prototype Pollution in redoc"
},
{
"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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"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-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"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-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"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-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:8059
Vulnerability from csaf_redhat - Published: 2025-05-21 06:13 - Updated: 2026-06-30 03:28A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Workaround
|
A flaw was found in the http-proxy-middleware package. Affected versions of this package are vulnerable to denial of service (DoS) due to an UnhandledPromiseRejection error thrown by micromatch. This flaw allows an attacker to kill the Node.js process and crash the server by requesting certain paths.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Workaround
|
A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Workaround
|
A flaw was found in the async Node.js package. A Regular expression Denial of Service (ReDoS) attack can potentially be triggered via the autoinject function while parsing specially crafted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
A flaw was found in body-parser. This vulnerability causes denial of service via a specially crafted payload when the URL encoding is enabled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
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-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
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: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x | — |
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": "Updated images that fix several bugs are now available for Red Hat OpenShift Data Foundation 4.17.7 on Red Hat Enterprise Linux 9 from Red Hat Container Registry.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift Data Foundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multi-cloud data management service with an S3 compatible API.",
"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:8059",
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "DFBUGS-1033",
"url": "https://issues.redhat.com/browse/DFBUGS-1033"
},
{
"category": "external",
"summary": "DFBUGS-1701",
"url": "https://issues.redhat.com/browse/DFBUGS-1701"
},
{
"category": "external",
"summary": "DFBUGS-331",
"url": "https://issues.redhat.com/browse/DFBUGS-331"
},
{
"category": "external",
"summary": "DFBUGS-530",
"url": "https://issues.redhat.com/browse/DFBUGS-530"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8059.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.17.7 Bug Fix Update",
"tracking": {
"current_release_date": "2026-06-30T03:28:52+00:00",
"generator": {
"date": "2026-06-30T03:28:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:8059",
"initial_release_date": "2025-05-21T06:13:16+00:00",
"revision_history": [
{
"date": "2025-05-21T06:13:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-21T06:13:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.17 for RHEL 9",
"product": {
"name": "RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"product_id": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.7-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"product_id": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.7-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"product_id": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.17.7-4"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.17.7-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.17.7-1"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.17.7-2"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.17.7-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64 as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x as a component of RHODF 4.17 for RHEL 9",
"product_id": "9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x",
"relates_to_product_reference": "9Base-RHODF-4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11831",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-09-16T16:43:32.021000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2312579"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript",
"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-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-11831"
},
{
"category": "external",
"summary": "RHBZ#2312579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e",
"url": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/pull/173",
"url": "https://github.com/yahoo/serialize-javascript/pull/173"
}
],
"release_date": "2024-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript"
},
{
"cve": "CVE-2024-21536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-10-19T06:00:36.846953+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2319884"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the http-proxy-middleware package. Affected versions of this package are vulnerable to denial of service (DoS) due to an UnhandledPromiseRejection error thrown by micromatch. This flaw allows an attacker to kill the Node.js process and crash the server by requesting certain paths.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "http-proxy-middleware: Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21536"
},
{
"category": "external",
"summary": "RHBZ#2319884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2319884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21536"
},
{
"category": "external",
"summary": "https://gist.github.com/mhassan1/28be67266d82a53708ed59ce5dc3c94a",
"url": "https://gist.github.com/mhassan1/28be67266d82a53708ed59ce5dc3c94a"
},
{
"category": "external",
"summary": "https://github.com/chimurai/http-proxy-middleware/commit/0b4274e8cc9e9a2c5a06f35fbf456ccfcebc55a5",
"url": "https://github.com/chimurai/http-proxy-middleware/commit/0b4274e8cc9e9a2c5a06f35fbf456ccfcebc55a5"
},
{
"category": "external",
"summary": "https://github.com/chimurai/http-proxy-middleware/commit/788b21e4aff38332d6319557d4a5b1b13b1f9a22",
"url": "https://github.com/chimurai/http-proxy-middleware/commit/788b21e4aff38332d6319557d4a5b1b13b1f9a22"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906",
"url": "https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906"
}
],
"release_date": "2024-10-19T05:00:04.056000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have any mitigation recommendations at this time.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "http-proxy-middleware: Denial of Service"
},
{
"cve": "CVE-2024-29041",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-06-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: cause malformed URLs to be evaluated",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse 7 only uses express as part of build time development dependency, it is not part of the final product delivery.\n\nUpstream versions should not be relied upon for ultimate determination of affectedness. Red Hat might backport fixes from upstream versions on a case by case basis.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29041"
},
{
"category": "external",
"summary": "RHBZ#2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041"
},
{
"category": "external",
"summary": "https://expressjs.com/en/4x/api.html#res.location",
"url": "https://expressjs.com/en/4x/api.html#res.location"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd",
"url": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94",
"url": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/pull/5539",
"url": "https://github.com/expressjs/express/pull/5539"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc",
"url": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/issues/1800",
"url": "https://github.com/koajs/koa/issues/1800"
}
],
"release_date": "2024-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "express: cause malformed URLs to be evaluated"
},
{
"cve": "CVE-2024-39249",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-07-01T20:20:32+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2295035"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the async Node.js package. A Regular expression Denial of Service (ReDoS) attack can potentially be triggered via the autoinject function while parsing specially crafted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-async: Regular expression denial of service while parsing function in autoinject",
"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-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-39249"
},
{
"category": "external",
"summary": "RHBZ#2295035",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295035"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-39249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39249"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-39249",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39249"
},
{
"category": "external",
"summary": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L41",
"url": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L41"
},
{
"category": "external",
"summary": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L6",
"url": "https://github.com/caolan/async/blob/v3.2.5/lib/autoInject.js#L6"
},
{
"category": "external",
"summary": "https://github.com/zunak/CVE-2024-39249",
"url": "https://github.com/zunak/CVE-2024-39249"
}
],
"release_date": "2024-07-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-async: Regular expression denial of service while parsing function in autoinject"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
}
],
"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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2024-45590",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2024-09-10T16:20:29.292154+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2311171"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in body-parser. This vulnerability causes denial of service via a specially crafted payload when the URL encoding is enabled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "body-parser: Denial of Service Vulnerability in body-parser",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45590"
},
{
"category": "external",
"summary": "RHBZ#2311171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311171"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45590"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45590",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45590"
},
{
"category": "external",
"summary": "https://github.com/expressjs/body-parser/commit/b2695c4450f06ba3b0ccf48d872a229bb41c9bce",
"url": "https://github.com/expressjs/body-parser/commit/b2695c4450f06ba3b0ccf48d872a229bb41c9bce"
},
{
"category": "external",
"summary": "https://github.com/expressjs/body-parser/security/advisories/GHSA-qwcr-r2fm-qrc7",
"url": "https://github.com/expressjs/body-parser/security/advisories/GHSA-qwcr-r2fm-qrc7"
}
],
"release_date": "2024-09-10T16:15:21.083000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "body-parser: Denial of Service Vulnerability in body-parser"
},
{
"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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
]
}
],
"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-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
]
},
"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-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"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-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
]
}
],
"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": [
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x"
]
},
"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-21T06:13:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8059"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:054998fd15c2cf2a1c3c0e9504454d7c43a6d94262fba5065863ef0958a409a8_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:c1677dbbb7ee7701b8476a8eda19d6ca3904e9ef540e556f16e2d28dd42b1171_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-operator-bundle@sha256:f9e4141c82beefac763806e9273f88aa4755a74bf1c16dc159da24e07ca9f2f7_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:43f235db4b408d9a982785dcfe9b8f1ce928ed06f0fc6e3c3f387b0fe6903d07_arm64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:62603af81e9a59f83e43f6139ba011790038bf014ab21e34c7242022c39134b8_amd64",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:ae638e2bff525834cfef15c2553abd8179b86aec85793a629a4437a5d18f0d48_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9-operator@sha256:b3b261767992f861adf1bd822c3ab525f4cb3c7d1193d4cc11d810570c0e0976_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:06d90010f3b9c8c590d096540683c70f0835ba39e62af56d53eb7ce68c0e7021_s390x",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:73bee594a7946507616dc374146267793c1b1e0d0709fdb16a412f4987aff9fe_ppc64le",
"9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:cb44f70c8c18e59eb60a11357a92fe0fc6603af554060f3af88adcd6a1b41434_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:6b0e693ff985284abf9543ae6b97434e71a8bfdcc5bfe6de450bab0b06ac06cf_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:dc976291ad97421bf141bec1bda2c89029a3af259af61ce3584900deb8e20f2e_arm64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:df60ea95badf704367af6d12bc5377639dc97528e384e038cfeae18855b0e239_amd64",
"9Base-RHODF-4.17:odf4/mcg-core-rhel9@sha256:e469c586c527596f7b4b95866a570d6cd33924c65c13197cba13abd108c92e91_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:ede056376a353ee3964397edb8c6ba0ed6badac7576840ab6d94a3ed7f363945_s390x",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:f841e5afef6d9bbfd93d0071d69e3ea3cc61324cea418e166b1a5d281be6c72c_amd64",
"9Base-RHODF-4.17:odf4/mcg-operator-bundle@sha256:fea993c67e40de82b11425ff134b24503893cbb0d5a818842669840a3e7ef368_ppc64le",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:200cd576a84341e6c09768497950e94902f6b4d43cfd7a043bd688d98a808a28_arm64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:38666a99ebb56e03c0a36ef9a0fbb927989a4c96445f623a01092984297c65d2_s390x",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:e699f2e34d744caddb9201ab96328779f4c4db79be51991af6d50f584f7ccf7b_amd64",
"9Base-RHODF-4.17:odf4/mcg-rhel9-operator@sha256:f3b2fae6d95b5b6fa09ccec1d86972809d088957c8bf22eeaa8d12465ac0cf07_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:915aca5ab56bd1ad742c48994a2fa77901b44eb28c4d4b28c1a4b311b71546bf_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:cfe84ea69c98c40e73077dd701573b4ea01b6030139352dd0c6d723bf1a836aa_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-console-rhel9@sha256:f7bbdadf6cb5c57529c89d6b7a2cc94847761d9d582bf189c6b900823c003097_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:09331c0de3ee129dd1ff47253c9249379390a0f668c4954f8a3993e9cc64637d_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:0df50e804697c92388335dbcdfe8692182d8823b4e163bbdad678ed4521d89bc_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-operator-bundle@sha256:f2310986e2272bd5ea7134646442472d9b8ca6c65287c9fe169a10e2b5a588b6_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1376f5e8543fbbf6badf4f7b7443dc9c9d35e782a059cea5ecdbe712d4d820fa_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:1b32f5ed12d9ab9c14e7875f0cc12ed0e1e174085d90035ae7a2cd6d6d17a255_amd64",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:2855724c3b87fe43cfb2648a79b4d1437f37d413bbee51ae86f2308be2932fcd_s390x",
"9Base-RHODF-4.17:odf4/ocs-client-rhel9-operator@sha256:37f6fe72819ba10470d07de2c79cdee820e33ac4c8dd861d31cface831415cb3_arm64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:2b857bceeecaffa628ca61389b660d11124d7a29be676739ce42c35849b0719d_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:4ec2b1ff05211fae0712ffee51a845fe566d8ccdc348b26908a33bbd0891366f_amd64",
"9Base-RHODF-4.17:odf4/ocs-metrics-exporter-rhel9@sha256:cab7af3d74bea3fff4474f9e511b433cdc3d7a2c0eff56297e54579fc1cb34b8_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:c4ed26ccde47e89db129e662dd260e6def330312a8944945a9575f60dd0d1a68_s390x",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:ecb7e9bf935874a5c1bf4666610c079c08c89ecc0ea5a1fefafd35c53ae66d53_amd64",
"9Base-RHODF-4.17:odf4/ocs-operator-bundle@sha256:f8ab5a07aa6fd9c4a5c71f16a3a0ca052956aed8108af93e944c7fff117399ec_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:6a71b0e7f8497dd2cd66627b43b7d76c215d66dd4e012726277bf4e2bb39c203_ppc64le",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:a5fa9f56f7b2e586677bbf76bc5515d0ecda00e39b182d3c0def1a9fafe14cd5_s390x",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:dca55a978d3431e286a8f7d51a210cdb6bf53eeccd0df7341c9450ee6b9378c9_amd64",
"9Base-RHODF-4.17:odf4/ocs-rhel9-operator@sha256:fc319350c3415a26d2b31c17e57c730e4f124410dd1001af0196f8bf2e3b8961_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:4a9cda4ed74970b463c9bed6c49b5e742893838cabc1b9f8283995276a5c3f88_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6ddd7213207830184840d43b8d479f5130b6d7366e96a5e17eb32241bff549ba_amd64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:7b1b858ac50598c5b19a485394e4a87cd0398b4b25c77a2e5a60573006bd6077_arm64",
"9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:b8f7ed3a76740b722e1740e2050d1dd0da98ead5680db88b69b23c951ac51c41_s390x",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:04dafbebbbc0be0f0d25e78ba4279cd69a0e16b876a02e508166b55fee8304f3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:2da36108b84b2cb69dcd28f500795fd276f43489574a6877f4464cf28b4d12e1_amd64",
"9Base-RHODF-4.17:odf4/odf-console-rhel9@sha256:77fd51729a7e0f0b3e4dc8d40045eaeaee125ab1a87dfee0b94efa8740b1cb8c_s390x",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:94b5383c327656f69e399259b64470ea48b59964aa74d3a9ffc37f66518a3396_ppc64le",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:c88ad5b574e1c2c48759e98cfef4c8b73508e5c72b2fc2fa37492d0ca0e1f276_amd64",
"9Base-RHODF-4.17:odf4/odf-cosi-sidecar-rhel9@sha256:d489c031582ae1fb526caa2bb646ee7d172f4012f26fdfe60e041c3bcb9bbbf6_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:6224b0d5762cb8f3b2b08dc6d6f88393e37de2bdcb8e848db52fbb35cee8f2b9_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:aad938393076489072d9732be70b6d005123022e55ec5b42b757a2de7ae41a25_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-operator-bundle@sha256:e35b0b19755474793221ebb014592b31e7165e7e17da9ca21d0e150a053969a3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:31b0c3e4f1b484c70c65cd8d8b75575ea5dc12296611d22926bdf35b70ec2b79_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:38ab00055c745e95ead1202254d637620b9745240543b4a098dda6df00313c19_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:3a4296a0c2f0497a0043d76998c552cdd9cb609c6ceb3981c51399d85fa730d8_s390x",
"9Base-RHODF-4.17:odf4/odf-csi-addons-rhel9-operator@sha256:b7aeeb5d18b6ac57bcec089f809abaddc6470643bf86b82a8b36edc89a00cc92_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:52c6f97500f147c1eee8d0c16a63e6ab8f115d1085b08f4981f482bbc38317c3_ppc64le",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:9f1b9b415afa38d2f4b5d89f0d92bad080cd8a750a0d1a9741ef85120f2ed77e_arm64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:e244a4a7ea3d67120101692138394c42fb3ed833b76a50564ce5ccc87fb2757e_amd64",
"9Base-RHODF-4.17:odf4/odf-csi-addons-sidecar-rhel9@sha256:ee2d70f290b5183bc6fc6508161c1eafd8445f721fb3c11df410676030f15873_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:006c04439acff3f14f8182730456544d509c563082e493c5e418e24f6bf23e89_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:48d2d63d19d13d61bdf90a65d8f8e10d009b02ee399b6f3ebc43e655eb4de1d2_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-console-rhel9@sha256:60e6e94d60553fc82613082f762ec03d1051c775277879b69679752e0ba43e7f_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:4384eeb731eef228888e3594cd8bd3d4fd5ef4342c3aa7b13213f9ef35565a4b_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:7d23992b1a8771e3181f14ccd0451013c110f17fc5fd2979d48ea5699629502b_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-operator-bundle@sha256:8fdf1f0c57828817f7d66da25859af4724f159d64b8cc66f173862543bb04fd9_ppc64le",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:27e60521d3fde9da89d975fdce09a5434ddf75c81eda4b4eb74b80111b2b0063_arm64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:305e7528ca3a9ee468363991b7a7b7ce15caeb31335e88287e0a69074fb2c107_amd64",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:935e995db971f4c506789759b9717dcb0f428700b39478d8b99bc83d056e809c_s390x",
"9Base-RHODF-4.17:odf4/odf-multicluster-rhel9-operator@sha256:fe623a687bce7aa5c6005dbd34a688fae2173777b72ff20655577faa4e6d4645_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:08908f8cfa5214057db1b7c809dce27ad4361fdd11ac229cc702e877ed1ab3f8_amd64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:56e0dc7cc7730150fa89935eab804a838605d9ebb7aabdceac5e5ba6a5f3f54a_arm64",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:87ec5cb1566e2aed683248e452b8c95644fe4850cb37b3e64ae6457240508cfa_ppc64le",
"9Base-RHODF-4.17:odf4/odf-must-gather-rhel9@sha256:fde216f5003db3b215770392e1feb0220e9bab0f1b7c81a2173810a619b43fd4_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:4d0675bd623820f272187648545ecb01f2f9d28d42c79f9754698dd5733b745d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:9c19a7f1cefa01e8deb22a7d56a7c57a13cbf32adb3ce4154fe9743e841dfc65_s390x",
"9Base-RHODF-4.17:odf4/odf-operator-bundle@sha256:a8213856ded71c65efeccb303439eb2c8f8f4e68043d26f0b6d243c0bee27b63_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:da842866d1cd073accf091a2ba6f5d0c55a95edc199b713aafe2c0a2471a8a03_amd64",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:ec619ef29687da4506ddbb522328953acbf1d36f842509bc46eac49c87440d98_s390x",
"9Base-RHODF-4.17:odf4/odf-prometheus-operator-bundle@sha256:efe92fd0b68ecdcd626fdffb7f69b252a277c3b6c82ed89b8e1f2e121b3f277d_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:088d8f6216f9d13d2e27b2da999d3a109de67522cc4bfff86497286897100dee_s390x",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:268e0b34e1d2efd38236796c14dee68aa98d9e29c187fbb278c2e4ef9ea68834_arm64",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:d1ab370bb12f0fd581f2b541e9067a066e64c90164105ffc01231171108ed5e1_ppc64le",
"9Base-RHODF-4.17:odf4/odf-rhel9-operator@sha256:fc7b9a76aac515ca1543d1541e8b365427b9914b3c2d9db9e9aa3e7c4e4cc98c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:061b672a1c521e740485ca09e9c48e7a4af79593350da2b4a624015fb46407c9_ppc64le",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:4b2048dce6492bb93ed7487c7b0f8a146c885217d6665e83ac21c64f21e4be4c_amd64",
"9Base-RHODF-4.17:odf4/odr-cluster-operator-bundle@sha256:f91c0bea8a3d5f06cb48109a94b7bec906e51f6b312682319eef89255442b97e_s390x",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:1bc8174656245c3815c265f42679f96bba339276189e3f0d35d9f72fb68dbfcc_amd64",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:8570405c41c53ae312171e1e0cd15ce2bb81ae0dbfc8559a0d049bf0b4def097_ppc64le",
"9Base-RHODF-4.17:odf4/odr-hub-operator-bundle@sha256:879e254a1ba73490a25c3e76d65dfb4bee35dea13e49730ee0f412aa4e555a29_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:4ff5f4030320f678e80e65538d8be0905142d15b38ec9c45d4af5c6688fa7fe7_s390x",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:79cfcac217861d060706478e5ab777bdb10eeb9e5680e4d5f192287d9e82cb2b_ppc64le",
"9Base-RHODF-4.17:odf4/odr-recipe-operator-bundle@sha256:9aee5992d14243914ac690d92a3c83d083188b25785a5109aed68fb4d1631113_amd64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:57f4d2791ab4f1bbad865e6909a154a03dcf0342c8a6fc5c320ed6782fe5aca9_arm64",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:5b63ca73de56022ef1dd26fa972cb4c4d9290b44e882f1378efa3e735bd7b5dd_ppc64le",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:d0e08d170c6092d2aa714eeae268d808ddf7a54f32b5942bed0b6921b751a50c_s390x",
"9Base-RHODF-4.17:odf4/odr-rhel9-operator@sha256:da6d8d66ad65e4b9e63121075622c1113d8299e2794da7ceca3f5cdc9eb14ade_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:1549bcaa9951490ce289053601c40b1c1c95660fdcc9fac91ec6b6d0242d8287_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:3f6dd30980a995b323e81c5be6f06c083c2be800e91cb9ffc64ef6d4e3f21468_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-operator-bundle@sha256:6ed1b6f45787db651b56ea849df6da14e763d475b86136a17b2fb49314a111eb_s390x",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:1ed983176d810607025f92b304d1ae322939ad53d4c49e93c651c7ed79bb6493_amd64",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:48a0203d4623d19fd3771e3ab495a616ea4a168e43fbdec6495117e0513f21e6_ppc64le",
"9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:f1669a9902b3db98f4012d18540fee4404a1375f70854f8f100a38c6cf5aed80_s390x"
]
}
],
"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.